14 lines
234 B
Plaintext
14 lines
234 B
Plaintext
|
|
### ###
|
|
# Stargazer SSH Config MK IV #
|
|
### ###
|
|
|
|
Include ~/.config/ssh/*.conf
|
|
|
|
# Default config
|
|
|
|
Host *
|
|
ControlPath ~/.ssh/cm-%r@%h:%p
|
|
ControlPersist 30m
|
|
ControlMaster auto
|