dots/.ssh/config

10 lines
227 B
Text

Host *
UseKeychain yes
AddKeysToAgent yes
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 5m
ServerAliveCountMax 18
ServerAliveInterval 5
TCPKeepAlive no
UseKeychain yes