Displaying 1 result from an estimated 1 matches for "ssh_mux_powerman".
2011 Sep 19
2
[Bug 1938] New: EscapeChar sometimes don't work when using ControlMaster
...rman-asdf at ya.ru
When my ssh connection hangs (usually after ADSL PPPoE reconnect), I
always was able to kill it using "<Enter>~." combination (EscapeChar is
set to ~, by default).
Few days ago I've added this to my ~/.ssh/config:
ControlMaster auto
ControlPath /tmp/ssh_mux_powerman/%r@%h:%p
ControlPersist 15m
and since that time I no longer able to kill hang ssh connection this
way
(I've to start ssh with "-O exit" from command line for this).
My first thought was EscapeChar doesn't compatible with ControlMaster,
but later I notice "<Enter>~....