From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <26fcb6a94efefe62a95642c32b75d4d7@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] ssh and BackSpace key.. From: "Russ Cox" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 29 Dec 2002 20:19:18 -0500 Topicbox-Message-UUID: 39d7beb6-eacb-11e9-9e20-41e7f4b1d025 > response to the challenge is not echoed when typed (normal?) for unix ssh, yes. > using backspace-key discards what is typed and remote host > prints prompt again.. > ^h seems to backspace but does not update display (normal?) your ssh client is buggered. there's some way to tell it to send ^h when you type backspace, but i don't remember what it is. backspace is ^h. end of story. this is non-negotiable. as for the display update, your linux window probably wants us to echo ^h, space, ^h every time you type ^h, to clear the cell. i'd argue this is a client problem too. plan 9 is somewhat inflexible when it comes to what would typically be called terminal settings. that's part of its charm. russ