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