installer: add ssh ControlMaster=autoask option

feature/symbol-search
bretello 2020-04-04 19:58:31 +02:00
parent 6404072559
commit de5d903f00
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ function create_ssh_config {
echo '#Compression=yes'
echo
echo '## Uncomment the following to enable ssh ControlMaster and ssh session persistence'
echo '#ControlMaster auto'
echo '#ControlMaster autoask # ask for confirmation before using a shared connection'
echo '#ControlMaster auto # do not ask for confirmation'
echo '#ControlPath ~/.ssh/%r@%h:%p'
echo '#ControlPersist yes'
echo