diff --git a/install.sh b/install.sh index f8056c6..eefc28b 100755 --- a/install.sh +++ b/install.sh @@ -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 *'