Earlier quoted context omitted.
man ssh_config is even more interesting and hidden ProxyCommand is fun
Honest question, why is ProxyCommand `fun`? What do I get out of ProxyCommand that i do not get out of setting the correct order for ProxyJump and doing an ssh finalhost -- domy --bidding?
SSH Secret Menu
71–80 of 184 posts
Re: SSH Secret Menu
#72Earlier quoted context omitted.
It'll still work. OpenSSH doesn't care about output (for ~ stuff), only input, so if you type ~. it will close the connection.
It does not. open ssh linux to mac, typing ~ just types it on fish shell prompt. It works after`cat` followed by ENTER
Host *
EnableEscapeCommandline yesRe: SSH Secret Menu
#73Re: SSH Secret Menu
#74Earlier quoted context omitted.
man ssh_config is even more interesting and hidden ProxyCommand is fun
Honest question, why is ProxyCommand `fun`? What do I get out of ProxyCommand that i do not get out of setting the correct order for ProxyJump and doing an ssh finalhost -- domy --bidding?
https://www.freedesktop.org/software/systemd/man/257/systemd...
Re: SSH Secret Menu
#75Earlier quoted context omitted.
Many Linux man pages have the thoroughness of a fortune cookie, so I can understand the skepticism. Jackpot if they're just a pointer to an 'info' page.
Do we still have those? I think it was common in late '90s, due to GNU trying to get `info` gain moment but nowadays?
Re: SSH Secret Menu
#76Find the HIDDEN SECRETS that THEY DON'T WANT YOU TO KNOW! $ man ssh
Many Linux man pages have the thoroughness of a fortune cookie, so I can understand the skepticism. Jackpot if they're just a pointer to an 'info' page.
Re: SSH Secret Menu
#77Re: SSH Secret Menu
#78I'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
#79Those aren’t “secret”, they’re obviously borrowed from rsh — oh that’s right, I’m old.