mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Fix last commit
This commit is contained in:
parent
d6fee01589
commit
4e8d586076
@ -324,8 +324,8 @@ useful only in combination with `tramp-default-proxies-alist'.")
|
||||
(goto-char (point-min))
|
||||
(if (search-forward-regexp "unknown.+key" nil t)
|
||||
(setq result
|
||||
(concat result " -o ControlPath=tramp.%%r@%%h:%%p"))
|
||||
(setq result (concat result " -o ControlPath=tramp.%%C"))))
|
||||
(concat result " -o ControlPath='tramp.%%r@%%h:%%p'"))
|
||||
(setq result (concat result " -o ControlPath='tramp.%%C'"))))
|
||||
(with-temp-buffer
|
||||
(call-process "ssh" nil t nil "-o" "ControlPersist")
|
||||
(goto-char (point-min))
|
||||
|
Loading…
Reference in New Issue
Block a user