zsh: aliases: fix ssh1 alias (force new master, no persist)

master
bretello 2024-04-05 15:07:49 +02:00
parent 114bbe758e
commit 22023f667e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 2 deletions

View File

@ -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