diff --git a/aliases/aliases.zsh b/aliases/aliases.zsh index c71fa07..01fadba 100755 --- a/aliases/aliases.zsh +++ b/aliases/aliases.zsh @@ -58,8 +58,8 @@ fi ## Stress one CPU core alias stress='yes >> /dev/null' -# define ssh without controlmaster -alias ssh1="ssh -o ControlMaster=no" +# ssh forcing a new connection (no persistent) +alias ssh1="ssh -o ControlMaster=yes -o ControlPersist=no" alias watcha='watch ' # note the space after watch. This makes watch work with aliases