change ControlPath in ssh config setup

whole-command-tab-completion
bretello 2020-01-14 23:50:41 +01:00
parent 6bf5aba4ac
commit 5e43471e45
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function create_ssh_config {
echo
echo '## Uncomment the following to enable ssh ControlMaster and ssh session persistence'
echo '#ControlMaster auto'
echo '#ControlPath /tmp/%r@%h:%p'
echo '#ControlPath ~/.ssh/%r@%h:%p'
echo '#ControlPersist yes'
echo
echo 'Host *'