9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] ssh and BackSpace key..
@ 2002-12-30  1:41 rob pike, esq.
  0 siblings, 0 replies; 3+ messages in thread
From: rob pike, esq. @ 2002-12-30  1:41 UTC (permalink / raw)
  To: 9fans

> using backspace-key discards what is typed and remote host
> prints prompt again..
> ^h seems to backspace but does not update display (normal?)

It's some shell peculiarity on Unix.  Try
	stty sane
once you connect.

-rob



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] ssh and BackSpace key..
  2002-12-30  1:04 Ish Rattan
@ 2002-12-30  1:19 ` Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2002-12-30  1:19 UTC (permalink / raw)
  To: 9fans

> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [9fans] ssh and BackSpace key..
@ 2002-12-30  1:04 Ish Rattan
  2002-12-30  1:19 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Ish Rattan @ 2002-12-30  1:04 UTC (permalink / raw)
  To: 9fans


 From a Linux box

ssh -l user host

works via challenge/response. Two questions:

response to the challenge is not echoed when typed (normal?)

using backspace-key discards what is typed and remote host
prints prompt again..

^h seems to backspace but does not update display (normal?)

is there a trick to normal backspavce-key functionality?

-ishwar



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-30  1:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-30  1:41 [9fans] ssh and BackSpace key rob pike, esq.
  -- strict thread matches above, loose matches on Subject: below --
2002-12-30  1:04 Ish Rattan
2002-12-30  1:19 ` Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).