mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-10-31 18:01: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 '#Compression=yes'
|
||||||
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 autoask # ask for confirmation before using a shared connection'
|
||||||
|
echo '#ControlMaster auto # do not ask for confirmation'
|
||||||
echo '#ControlPath ~/.ssh/%r@%h:%p'
|
echo '#ControlPath ~/.ssh/%r@%h:%p'
|
||||||
echo '#ControlPersist yes'
|
echo '#ControlPersist yes'
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user