mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Add more SSH config items
This commit is contained in:
@@ -3,6 +3,7 @@ AddKeysToAgent yes
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
ControlPersist 120
|
||||
|
||||
Host *.home.tensixtyone.com
|
||||
ForwardAgent yes
|
||||
@@ -18,5 +19,9 @@ Host *
|
||||
ForwardX11 no
|
||||
ForwardX11Trusted no
|
||||
Protocol 2
|
||||
TCPKeepAlive yes
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 30
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/control/%r@%h:%p
|
||||
ControlPersist 1800
|
||||
Reference in New Issue
Block a user