mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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
|
ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||||
# Multiple sessions over single connection
|
# Multiple sessions over single connection
|
||||||
ControlMaster yes
|
ControlMaster yes
|
||||||
# Keep connection open in the background even after connection has been
|
# Automatically decide whether to keep connection open in the
|
||||||
# closed.
|
# background even after connection has been closed.
|
||||||
ControlPersist yes
|
ControlPersist auto
|
||||||
|
|
||||||
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
|
||||||
# Keep connection open in the background even after connection has been
|
# Automatically decide whether to keep connection open in the
|
||||||
# closed.
|
# background even after connection has been closed.
|
||||||
ControlPersist yes
|
ControlPersist auto
|
||||||
|
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
|
Loading…
Reference in New Issue
Block a user