From 5e43471e45751af4c8e9468d8d3e3a33582af897 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 14 Jan 2020 23:50:41 +0100 Subject: [PATCH] change ControlPath in ssh config setup --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *'