mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
installer: add ssh ControlMaster=autoask option
This commit is contained in:
parent
6404072559
commit
de5d903f00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user