1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

change ControlPath in ssh config setup

This commit is contained in:
bretello 2020-01-14 23:50:41 +01:00
parent 6bf5aba4ac
commit 5e43471e45

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 *'