11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
# Defaults for all hosts
|
|
Host *
|
|
SetEnv TERM=xterm-256color
|
|
ControlMaster auto
|
|
ControlPath ~/.ssh/control-%r@%h:%p
|
|
ControlPersist 10m
|
|
AddKeysToAgent yes
|
|
ServerAliveInterval 60
|
|
ServerAliveCountMax 3
|
|
|
|
# ssh servers |