15 lines
323 B
Plaintext
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"'
|