dotfiles/.ssh/config
2024-03-06 16:39:57 -07:00

15 lines
323 B
Plaintext

### ###
# Stargazer SSH Config MK IV #
### ###
Include ~/.config/ssh/*.conf
# Default config
Host *
ControlPath ~/.ssh/cm-%r@%h:%p
ControlPersist 30m
ControlMaster auto
LocalCommand /bin/sh -c '/usr/bin/echo -ne "\033]0;Remote Connection: [ %r@%h ]\007"'