Revert "ssh_config: controlpersist auto instead of on"

This reverts commit 330e8a80ad.

I got complaining about bad value
This commit is contained in:
Aminda Suomalainen 2018-10-11 13:45:31 +03:00
parent 542c4109eb
commit 492cac7158
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 6 additions and 6 deletions

View File

@ -6,9 +6,9 @@ Host *
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
# Multiple sessions over single connection
ControlMaster yes
# Automatically decide whether to keep connection open in the
# background even after connection has been closed.
ControlPersist auto
# Keep connection open in the background even after connection has been
# closed.
ControlPersist yes
ForwardAgent no
ForwardX11 no

View File

@ -7,9 +7,9 @@ Host *
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
# Multiple sessions over single connection
ControlMaster yes
# Automatically decide whether to keep connection open in the
# background even after connection has been closed.
ControlPersist auto
# Keep connection open in the background even after connection has been
# closed.
ControlPersist yes
ForwardAgent no
ForwardX11 no