This commit is contained in:
David Tomaschik
2025-06-04 13:47:00 -07:00
parent a81e6e9e8d
commit de8d2cf608
2 changed files with 8 additions and 5 deletions

View File

@@ -13,15 +13,15 @@ CanonicalizeFallbackLocal yes
CanonicalDomains systemoverlord.com
CanonicalizeMaxDots 0
# Defaults (May be Overridden)
Host *.*
CheckHostIP yes
Host *.cloudshell.dev
# Cloudshell hostnames are too long for unix sockets
ControlMaster no
Match canonical all
Match exec "test -d \"$XDG_RUNTIME_DIR\" && mkdir -p $XDG_RUNTIME_DIR/sshsock" final
ControlPath ${XDG_RUNTIME_DIR}/sshsock/%C
# Anything set earlier will take precedence, so these are defaults
Match final
CheckHostIP no
ControlMaster auto
ControlPath ~/.ssh/master/%r@%h:%p

View File

@@ -51,6 +51,9 @@ bindkey -v
ulimit -c unlimited
DIRSTACKSIZE=16
export OS="$(uname 2>/dev/null || echo "Unknown")"
# Set terminal title
case $TERM in
xterm*|screen*)