bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17653: 24.3; Tramp doesn't detect ssh ControlMaster


From: Juliusz Chroboczek
Subject: bug#17653: 24.3; Tramp doesn't detect ssh ControlMaster
Date: Sat, 31 May 2014 16:04:33 +0200
User-agent: Wanderlust/2.15.9

(tramp-detect-ssh-controlmaster)
nil
(call-process "ssh" nil t nil "-o" "ControlMaster")
command-line line 0: missing argument.
255

The issue is that tramp-detect-ssh-controlmaster looks for the fixed
string "Missing ControlMaster argument", while my version of ssh returns
a differently worded error message.

On a related note -- there doesn't seem to be a way of working around that
without resorting to advice, there's no defvar to tweak.

-- Juliusz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]