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:
parent
6bf5aba4ac
commit
5e43471e45
|
@ -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 *'
|
||||
|
|
Loading…
Reference in New Issue
Block a user