[CentOS] SSH in and my terminal keystrokes are weird.......

Sun Sep 25 19:33:46 UTC 2011
Jorge Fábregas <jorge.fabregas at gmail.com>

On 09/25/2011 02:05 PM, Todd wrote:
> I upgraded to OS X 10.7 on my laptop and when I try to ssh into my servers
> and do edits it seems my backspace is now weird

This is something you need to fix on the terminal emulator you're using.
 Apparently the backspace code your terminal is sending now is not the
correct one.  Try to find any option regarding backspace (or type of
terminal) in your terminal emulator.

Meanwhile, while you fix this, you can connect to the server and execute:

stty erase <press-BACKSPACE>

...to get proper backspace.

HTH,
Jorge