From 92e10cc75624dffcefaab59762d19ec88fdd759a Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 6 Mar 2024 16:56:58 -0700 Subject: [PATCH] Slight tweak to ssh config --- .ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 5d1bf27..4ac3771 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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"'