]> Sergey Matveev's repositories - dotfiles.git/commitdiff
ssh ControlMaster does not work as expected for me
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Oct 2019 09:55:51 +0000 (12:55 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Oct 2019 09:55:51 +0000 (12:55 +0300)
zsh/.zshrc

index a2e3e64507f2134d1c3df46dd390bcbdb5a9c944..e50ce267c6f8a3ad9ffc2285fb0de72654c59548 100644 (file)
@@ -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 {{{