Re: ftp over ssh

2006-11-08 Thread Olivier Nicole
> SFTP is secure, but to use SFTP you generally have to give a user SSH > access. Which is not always desirable. Just a side remark, if you plan to give FTP over SSH access, you have to give SSH access, so this remark does not really apply here. Bests, Olivier ___

Re: ftp over ssh

2006-11-08 Thread John Nielsen
On Wednesday 08 November 2006 14:12, John Nielsen wrote: > On Wednesday 08 November 2006 04:45, Gorobets Igor wrote: > > Hello. How correctly to adjust this miracle? :-) > > Assuming you have a server that is running sshd (on all interfaces) and > ftpd (only on the loopback interface): > > ftpclien

Re: ftp over ssh

2006-11-08 Thread John Nielsen
On Wednesday 08 November 2006 04:45, Gorobets Igor wrote: > Hello. How correctly to adjust this miracle? :-) Assuming you have a server that is running sshd (on all interfaces) and ftpd (only on the loopback interface): ftpclient# ssh -fnN -l 20:localhost:20 -L 21:localhost:21 [EMAIL PROTECTED]

Re: ftp over ssh

2006-11-08 Thread Aggelis Aggelis
On 11/8/06, Gorobets Igor <[EMAIL PROTECTED]> wrote: Hello. How correctly to adjust this miracle? :-) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PRO

Re: ftp over ssh

2006-11-08 Thread Andrew Pantyukhin
On 11/8/06, Gorobets Igor <[EMAIL PROTECTED]> wrote: I on ssh do the forward of port here thus ssh -L local_port:foo.com:remote_port foo.com. I should as make with ftp. What are you talking about? http://en.wikipedia.org/wiki/FTP_over_SSH ___ freebs

Re: ftp over ssh

2006-11-08 Thread Gorobets Igor
I on ssh do the forward of port here thus ssh -L local_port:foo.com:remote_port foo.com. I should as make with ftp. On Wed, Nov 08, 2006 at 12:59 +0300, Andrew Pantyukhin wrote: > On 11/8/06, Gorobets Igor <[EMAIL PROTECTED]> wrote: > >Hello. How correctly to adjust this miracle? :-) > > man sft

Re: ftp over ssh

2006-11-08 Thread Andrew Pantyukhin
On 11/8/06, Gorobets Igor <[EMAIL PROTECTED]> wrote: Hello. How correctly to adjust this miracle? :-) man sftp ;-) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail