Re: ftp ssh tunelling

1999-06-12 Thread Lazarus Long
On Saturday, June 12, 1999 at 11:12:53 +0200, Lex Chive wrote: > Message-ID: <[EMAIL PROTECTED]> > X-UIDL: d7e6d1fa778c6c6a0a56e12fb2052907 > > I would like to know where I can find some information about how to do ftp > > over > > a ssh tunnel. Debian spesific information or info from somon

Re: ftp ssh tunelling

1999-06-12 Thread Rick Macdonald
On Sat, 12 Jun 1999, Lex Chive wrote: > There is a program named `sftp' in ssh2. It has the same interface than ftp > but works with ssh. Debian package is still ssh1.2, sftp is not included in > that version so you might consider upgrading ssh manually (the sources are on > http://www.ssh.fi). s

Re: ftp ssh tunelling

1999-06-12 Thread Lex Chive
On Thu, Jun 10, 1999 at 11:14:49PM -0500, Christian Dysthe wrote: > I would like to know where I can find some information about how to do ftp > over > a ssh tunnel. Debian spesific information or info from somone who has done > this > successfully from/to a Debian box would be very helpful. The

Re: ftp ssh tunelling

1999-06-11 Thread Kevin Turner
On Thu, Jun 10, 1999 at 11:14:49PM -0500, Christian Dysthe wrote: > I would like to know where I can find some information about how to do ftp > over > a ssh tunnel. I recently automated this process by writing some aliases for lftp: ~/.lftp/rc: alias foossh "source ~/.lftp/foossh" ~/.lftp/fooss

Re: Re: ftp ssh tunelling

1999-06-11 Thread Christian Winkler
Christian Dysthe <[EMAIL PROTECTED]>: > > I would like to know where I can find some information about how to do ftp > over > a ssh tunnel. Debian spesific information or info from somone who has done > this Try to look (using e.g. ftpsearch.lycos.com) for a tar archive called ftpsshd-1.0.tar.g

Re: ftp ssh tunelling

1999-06-11 Thread Lazar Fleysher
Dear Christian, ssh supports something called "secure copy". The command is scp and it comes together with ssh. It is a pain to use it, but this is the only thing I can think of. Maybe, however, you want "virtual private network". If you install this on both sides, all your regular tcp-applicatio