Hacker News new | ask | show | jobs
by skyjumper 3869 days ago
Which ssh client supports the <return><tilde>|rz<return> key combo? I'm not seeing it in openssh.
1 comments

OpenSSH supports "~" as an escape character when it's the first character on a line. So try "<return>~?" to see a list of available commands.
Is there a way to pipe output to another program the way buserror described?