added comment for future enhancement.
authorChris Koeritz <fred@gruntose.com>
Mon, 20 Apr 2015 22:15:47 +0000 (18:15 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 20 Apr 2015 22:15:47 +0000 (18:15 -0400)
customizing/fred/scripts/ssh.sh

index 9dc24198cd70b803eb9aa144d9af7ebbb6de75a5..39856a897e8713639e4c31dcb51d0635c7b169b9 100755 (executable)
@@ -14,6 +14,12 @@ fi
 # we don't want the remote side still thinking it's running xterm.
 export TERM=linux
 
+#hmmm: it would be good to set an interrupt handler here and
+#      trap ctrl-c, since otherwise we are getting exited from and losing a chance
+#      to reset the terminal title.  this actually happens a lot, since some X11
+#      or other background process is left running and the ssh never actually quits,
+#      forcing one to hit ctrl-c.
+
 if [ ! -z "$keyfile" ]; then
   \ssh -i "$keyfile" -X -C -c blowfish-cbc $*
 else