From: Sergey Matveev Date: Sat, 19 Oct 2019 09:55:51 +0000 (+0300) Subject: ssh ControlMaster does not work as expected for me X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=4f932d6aa0ba8cd7e1153f965a0f84d065b03b2d ssh ControlMaster does not work as expected for me --- diff --git a/zsh/.zshrc b/zsh/.zshrc index a2e3e64..e50ce26 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -85,7 +85,7 @@ f() { ssht() { ssh -C -t "$1" tmux attach -t0 } -alias sshnm='ssh -o "ControlMaster no"' +alias sshnm='ssh -S none' # }}} # Lynx {{{