I am trying to connect from home to a computer inside tau.
This requires first connecting to a gateway computer using ssh and from
there to login again to another computer using ssh.
Is it possible to tunnel an ftp and/or an X (such as xterm) connection
over this double connection (haven't managed thus far).
Ftp has to be a reverse conection (remote login back to my computer)
because the remote doesn't really respond properly to ftp request.

tried for X connection :

home> ssh -l user -X gate.on.tau
gate> ssh +X tau.comp
tau_comp> xterm

X11 connection rejected because of wrong authentication.
X connection to localhost:16.0 broken (explicit kill or server
shutdown).

My local user and tau user are not the same if that is what causes the
problem.

For ftp tried:

home> ssh -l user -R 1234:localhost:21 gate.on.tau
gate> ssh2 -R 1234:gate.tau.ac.il:1234 local.tau.comp
tau_comp> 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:user): 

230- welcome
230- 
230- 
230 User user logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (127,0,0,1,129,141)
ftp: connect: Connection refused

how do I perform this?

Thanx
[EMAIL PROTECTED]


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