18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
|
|
### ###
|
|
# SSH Config #
|
|
### ###
|
|
|
|
Include ~/.config/ssh/*.conf
|
|
|
|
# Default config
|
|
|
|
Host *
|
|
ControlPath ~/.ssh/cm/%j-%r@%n:%p
|
|
ControlPersist 30m
|
|
ControlMaster auto
|
|
HashKnownHosts yes
|
|
PreferredAuthentications publickey,keyboard-interactive,password
|
|
ServerAliveInterval 30
|
|
ServerAliveCountMax 3
|