Shell grabbing keystrokes in debian default?
I find the shell is a little wierd. Most obviously, control-a does not move the cursor to the left edge but instead acts buggy.
Emacs is unusable because ctrl-s (to search) gets eaten by the shell and that makes it halt input!
Anyway I'd like to get ctrl-a working on command line and in emacs, and maybe others too.
Also perhaps related, when you run "firehol try" to test the firewall setup, the shell tries to execute line 1 which is text but it shouldn't be executed I think, so it causes a silly error message, and the "Keep the firewall?" message doesn't get displayed it seems.
firehol try
/tmp/.firehol-tmp-10809-11422-7997/firehol-tmp.sh: line 1: Starting: command not found
I'm new to debian but have used the same setup (teraterm ssh) with centos no problem on other sites.
FWIW teraterm which otherwise has been great, also has trouble with login. In particular it requires challenge/response to log in.
Best,
Matt R.
5 Replies
-Chris
Anyway I just used putty and got in as root, using challenge-response, and ctrl-a and ctrl-s work correctly.
That was wierd. Any idea why?
Also, it's one or the other. Either you're accessing the host to connect to Lish, or you're connecting directly to your Linode's sshd through its IP address…
-Chris
Under normal circumstances you should not normally need to do this.
Because of how the management interface works, control-a, control-s, control-q and a few other characters may be "stolen".
Normally you want to log into your own linode instance.
What you did with putty was log into your linode, and that's why it worked.
Also wondered why challenge-response is required, and ordinary login is not accepted, but it is not a big deal.
Thanks.
Matt