dotfiles/.ssh/config

14 lines
186 B
Plaintext

### ###
# SSH Config #
### ###
Include ~/.config/ssh/*.conf
# Default config
Host *
ControlPath ~/.ssh/cm-%r@%h:%p
ControlPersist 30m
ControlMaster auto