From 12c3bec1f9c8e45a893e13c7628ae530f483043a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 20 Apr 2015 18:15:47 -0400 Subject: [PATCH] added comment for future enhancement. --- customizing/fred/scripts/ssh.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customizing/fred/scripts/ssh.sh b/customizing/fred/scripts/ssh.sh index 9dc24198..39856a89 100755 --- a/customizing/fred/scripts/ssh.sh +++ b/customizing/fred/scripts/ssh.sh @@ -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 -- 2.34.1