Re: Logon script with SSH - Solaris 8

From: Richard E. Silverman (res_at_qoxp.net)
Date: 05/24/05


Date: 24 May 2005 16:27:24 -0400


>>>>> "ns" == ns <ns@none.ns> writes:

    ns> ok, i found my problem. Now, i need to use : stty erase '^?'

    ns> :-( !!!!!!

This is the right thing to do. Setting erase to ^H is a common error
people make in trying to fix backspace/delete problems, and it usually
fixes one thing while breaking something else (like Emacs), while leaving
the real problem unsolved. Read here for a good explanation of the
issues:

http://www.squish.net/docs/delbs.html

- Richard