UpArrow/Backspace not working for shell-like program over ssh
Greetings all. There's a certain Windows command line program that I need to use from Linux computers. I'm doing this via cygwin/ssh, and I've already got that set up and working. The program is shell-like in nature, and by that I mean you type a command, and it outputs the result. My problem is that, when I use the program over ssh, the up arrow key actually moves the cursor instead of getting the previous command, backspace doesn't function properly, the home/end keys don't work, etc. All of these things work when I use the program in cygwin on the local machine, but not when I ssh from elsewhere. Another thing: the program uses Ctrl-C for something. Again, it works from cygwin on the local machine, but over ssh, when I hit Ctrl-C, it kills the program. Is there any way to fix these, maybe with some kind of go-between script?
Thanks
|