Skip to main content
14 events
when toggle format what by license comment
Sep 29 at 14:18 history edited gcb CC BY-SA 4.0
terminal info
Sep 29 at 14:16 comment added Stéphane Chazelas Please add the requested information to your question, not in comment.
Sep 29 at 14:05 comment added gcb @StéphaneChazelas i get ... intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 1; time = 0; -parenb parodd -cmspar cs8 hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc
Sep 25 at 3:42 answer added user10489 timeline score: 3
Sep 24 at 10:07 review Close votes
Oct 1 at 3:02
Sep 24 at 9:40 comment added Stéphane Chazelas @terdon in newer versions of the openssh client, commandline is disabled by default. You'd need to reenable it in your ~/.ssh/config (look for EnableEscapeCommandline in man 5 ssh_config)
Sep 24 at 8:53 comment added terdon @StéphaneChazelas in what context does this happen? ~C in an ssh session (local Arch, remote Ubuntu Server) running in xterm or terminator just prints commandline disabled\n, after which I can still type, and enter causes what I typed to be executed.
Sep 24 at 4:26 comment added Stéphane Chazelas ^C from the ssh console doesn't break the connection for me on Ubuntu. Only exits the ssh console. What OS are you using and which implementation and version of the ssh client? How do you start it?
Sep 24 at 4:21 comment added Stéphane Chazelas Even if backspace doesn't work, you should be able to use ^U to erase the line or ^W to erase a word (and possibly Del or Ctrl-? would delete the previous character if there's a mismatch between stty settings and what your backspace key sends)
Sep 24 at 4:19 comment added Stéphane Chazelas @tink, pressing ~C (following Enter) is how you enter ssh's console.
Sep 24 at 4:18 comment added Stéphane Chazelas What's the output of stty -a (inside and outside ssh session) and in particular the erase setting? Terminals sending ^H instead of ^? upon Backspace is unusual there days. Which are you using?
Sep 24 at 1:09 comment added tink I don't understand what you mean by opening an SSH console on an already established connection - can you please explain?
Sep 24 at 0:18 comment added Hauke Laging So what have you tried?
Sep 23 at 23:17 history asked gcb CC BY-SA 4.0