From 4f932d6aa0ba8cd7e1153f965a0f84d065b03b2d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 19 Oct 2019 12:55:51 +0300 Subject: [PATCH] ssh ControlMaster does not work as expected for me --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {{{ -- 2.44.0