Live data from Hacker News

SSH Secret Menu

twitter.com

1–10 of 184 posts

Re: SSH Secret Menu

#4
Yep the menu is handy for ssh tunneling. Maybe not a lot of people doing that these days though with stuff like dev tunnels and Tailscale.

Re: SSH Secret Menu

#5
That doesn't do much good if you set `EscapeChar` to `none` in `.ssh/config`.

I find it convenient not to have to worry about accidentally entering escape characters. YMMV.

Re: SSH Secret Menu

#6
I've been using SSH for ~15 years and never knew about these escape sequences. I'm eagerly awaiting my next hung session so that I can test `~.`. It's much nicer than my current approach of having to close that terminal window.

Re: SSH Secret Menu

#7

I've been using SSH for ~15 years and never knew about these escape sequences. I'm eagerly awaiting my next hung session so that I can test `~.`. It's much nicer than my current approach of having to close that terminal window.

I've been using ~. on hung ssh connections for a while.

Re: SSH Secret Menu

#8

I've been using SSH for ~15 years and never knew about these escape sequences. I'm eagerly awaiting my next hung session so that I can test `~.`. It's much nicer than my current approach of having to close that terminal window.

I use that every day but it's the only one I know by heart lol

Re: SSH Secret Menu

#9
post #5

That doesn't do much good if you set `EscapeChar` to `none` in `.ssh/config`. I find it convenient not to have to worry about accidentally entering escape characters. YMMV.

Note that it only works after pressing enter, so the odds are slim. In practice, I don't think I ever hit it by accident.

Re: SSH Secret Menu

#10
post #5

That doesn't do much good if you set `EscapeChar` to `none` in `.ssh/config`. I find it convenient not to have to worry about accidentally entering escape characters. YMMV.

SSH does it pretty well though. Never once have I done it by mistake.
Post reply on HN