I'm logging into an AIX 5.3 Machine with putty via SSH.

When I press TAB it will actually insert a TAB instead of trying to complete a statement, up and down keys don't cycle through history but actually move my cursor and things like ctrl-d and control-e only yield gibberish instead of doing what they are supposed to.

This happens both with csh and ksh. It's really annoying.

link|improve this question
feedback

2 Answers

You can probably map the keys properly with "stty", but my solution was to install bash, to the chagrin of the administrators.

link|improve this answer
Seconded...bash is wonderful. I use it on my z/OS systems instead of sh. – Nighthawk Sep 9 '09 at 19:05
feedback

To use completion in ksh, you need to use ESC + \. To fix the other keyboard control use stty as mentioned by Tim.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown