Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2008 09:40:40 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Kelly Jones <kelly.terry.jones@gmail.com>
Cc:        freebsd-questions@freebsd.org, nmosug-l@mailman.swcp.com, nmlug@nmlug.org
Subject:   Re: Line-by-line mode for ssh?
Message-ID:  <20080407093744.C84212@wojtek.tensor.gdynia.pl>
In-Reply-To: <26face530804061623j3fba6064n74636444f8eca2a3@mail.gmail.com>
References:  <26face530804061623j3fba6064n74636444f8eca2a3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> instead of having to type one character at a time.
>
> Is there anything similar for ssh?

i don't thnk so.

you may type a command somewhere else and do cut&paste.

>
> I tried tunelling port 23 on my machine to port 22 on the remote
> machine and then doing "telnet localhost 23", but this seemed kludgey
> + didn't work (as I sort of expected, it just connected me to sshd).
you should

ssh -C -L 10000:localhost:23 remotemachine

then

telnet localhost 10000




i have vtun tunnels to all places i log as root, and don't use ssh at all.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080407093744.C84212>