logoalt Hacker News

wolvoleotoday at 12:42 AM1 replyview on HN

SSH does it pretty well though. Never once have I done it by mistake.


Replies

jasomilltoday at 2:47 AM

I'd guess this is because it only works in ssh PTY sessions. So it would have no effect on tunneling or when piping arbitrary data through ssh to a non-interactive remote command (unless you use the -t switch to force PTY allocation even when stdin is not a TTY).

show 1 reply