mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
ssh_config: controlpersist auto instead of on
just in case that would be used for tracking and hoping that SSH is clever enough.
This commit is contained in:
parent
b8bda9cf49
commit
330e8a80ad
@ -6,9 +6,9 @@ Host *
|
||||
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||
# Multiple sessions over single connection
|
||||
ControlMaster yes
|
||||
# Keep connection open in the background even after connection has been
|
||||
# closed.
|
||||
ControlPersist yes
|
||||
# Automatically decide whether to keep connection open in the
|
||||
# background even after connection has been closed.
|
||||
ControlPersist auto
|
||||
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
|
@ -7,9 +7,9 @@ Host *
|
||||
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||
# Multiple sessions over single connection
|
||||
ControlMaster yes
|
||||
# Keep connection open in the background even after connection has been
|
||||
# closed.
|
||||
ControlPersist yes
|
||||
# Automatically decide whether to keep connection open in the
|
||||
# background even after connection has been closed.
|
||||
ControlPersist auto
|
||||
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
|
Loading…
Reference in New Issue
Block a user