Slight tweak to ssh config

This commit is contained in:
Ezri Brimhall 2024-03-06 16:56:58 -07:00
parent e1ab9e25a5
commit 92e10cc756
Signed by: ezri
GPG Key ID: D4EE46AFBD899DB5

View File

@ -11,4 +11,3 @@ 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"'