logoalt Hacker News

vzalivayesterday at 3:54 AM2 repliesview on HN

It does not. open ssh linux to mac, typing ~ just types it on fish shell prompt. It works after`cat` followed by ENTER


Replies

ploxilnyesterday at 6:28 AM

Just type <enter> without cat, your shell will show you another prompt, and the ssh escape command will also work.

show 1 reply
dnetyesterday at 8:57 AM

In newer versions, it's disabled by default and you have to do something like this to enable in ~/.ssh/config:

    Host *
    EnableEscapeCommandline yes
show 1 reply