Line-by-line mode for ssh?

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Mon Apr 7 07:41:02 UTC 2008


> 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.


More information about the freebsd-questions mailing list