I try to connect to a remote computer using ssh and then tunnel the ftp
connection back to by computer using

ssh -R 1234:<local machine>:21 ...

I manage to open an ftp connection back to my computer and log in, but I
can't seem to be able to do anything with it:

michf> ftp localhost 1234
Connected to localhost.localdomain.
220 litshi.luna.local FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17)
ready.
500 'AUTH GSSAPI': command not understood.
500 'AUTH KERBEROS_V4': command not understood.
KERBEROS_V4 rejected as an authentication type
Name (localhost:michf): micha
331 Password required for micha.
Password:
230- Linux litshi 2.5.75 #1 Mon Jul 14 01:16:41 IDT 2003 i686 GNU/Linux
230- 
230- 
230 User micha logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (192,168,0,3,212,60)
<Long wait here>
ftp: connect: No route to host

Just can't seem to ls/wget/get etc. anything




=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to