mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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
|
||||||
echo '## Uncomment the following to enable ssh ControlMaster and ssh session persistence'
|
echo '## Uncomment the following to enable ssh ControlMaster and ssh session persistence'
|
||||||
echo '#ControlMaster auto'
|
echo '#ControlMaster auto'
|
||||||
echo '#ControlPath /tmp/%r@%h:%p'
|
echo '#ControlPath ~/.ssh/%r@%h:%p'
|
||||||
echo '#ControlPersist yes'
|
echo '#ControlPersist yes'
|
||||||
echo
|
echo
|
||||||
echo 'Host *'
|
echo 'Host *'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user