mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Remove control connections from SSH
This commit is contained in:
@@ -3,7 +3,6 @@ AddKeysToAgent yes
|
|||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
User git
|
User git
|
||||||
ControlPersist 120
|
|
||||||
|
|
||||||
Host *.home.tensixtyone.com
|
Host *.home.tensixtyone.com
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
@@ -22,6 +21,3 @@ Host *
|
|||||||
TCPKeepAlive yes
|
TCPKeepAlive yes
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 30
|
ServerAliveCountMax 30
|
||||||
ControlMaster auto
|
|
||||||
ControlPath ~/.ssh/control/%r@%h:%p
|
|
||||||
ControlPersist 1800
|
|
||||||
Reference in New Issue
Block a user