mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Revert "ssh_config: controlpersist auto instead of on"
This reverts commit 330e8a80ad
.
I got complaining about bad value
This commit is contained in:
parent
542c4109eb
commit
492cac7158
@ -6,9 +6,9 @@ Host *
|
|||||||
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||||
# Multiple sessions over single connection
|
# Multiple sessions over single connection
|
||||||
ControlMaster yes
|
ControlMaster yes
|
||||||
# Automatically decide whether to keep connection open in the
|
# Keep connection open in the background even after connection has been
|
||||||
# background even after connection has been closed.
|
# closed.
|
||||||
ControlPersist auto
|
ControlPersist yes
|
||||||
|
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
@ -7,9 +7,9 @@ Host *
|
|||||||
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||||
# Multiple sessions over single connection
|
# Multiple sessions over single connection
|
||||||
ControlMaster yes
|
ControlMaster yes
|
||||||
# Automatically decide whether to keep connection open in the
|
# Keep connection open in the background even after connection has been
|
||||||
# background even after connection has been closed.
|
# closed.
|
||||||
ControlPersist auto
|
ControlPersist yes
|
||||||
|
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
Loading…
Reference in New Issue
Block a user