Re: SSH over a high latency connection

From: Mark (mphalan_at_o2.ie)
Date: 01/26/04


Date: 26 Jan 2004 07:42:19 -0800

Ok not to worry - I found putty.

Thanks,

- M.

mphalan@o2.ie (Mark) wrote in message news:<fc6b184.0401260036.404e04d6@posting.google.com>...
> This sounds like exactly what I need - but I need to use ssh. Is there
> any way of doing this using ssh?
>
> - M.
>
> elvis@notatla.org.uk (all mail refused) wrote in message
> > telnet has optional line-buffering.
> > In ``old line by line'' mode, all text is echoed locally, and (normally)
> > only completed lines are sent to the remote host. The ``local echo char-
> > acter'' (initially ``^E'') may be used to turn off and on the local echo
> > (this would mostly be used to enter passwords without the password being
> > echoed).
> > Tried telnet/ssh ?