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, O

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

ftp over ssh

2006-11-08 Thread Gorobets Igor
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 PROTECTED]"

Re: How to secure ftp over SSH (how to make ftpd listen only to 127.0.0.1)?

2004-05-22 Thread Pavel Duda
Constantine wrote: Hello, I am very concerned about the security of my servers. My favourite file-management software does not support any other unix standards than plain ftp. How is it possible to set up my FreeBSD 5.2.1 that way, that it will accept ftp connections only from itself, so that i

Re: How to secure ftp over SSH (how to make ftpd listen only to 127.0.0.1)?

2004-05-21 Thread Pavel Duda
Constantine wrote: Hello, I am very concerned about the security of my servers. My favourite file-management software does not support any other unix standards than plain ftp. How is it possible to set up my FreeBSD 5.2.1 that way, that it will accept ftp connections only from itself, so that i

How to secure ftp over SSH (how to make ftpd listen only to 127.0.0.1)?

2004-05-20 Thread Constantine
Hello, I am very concerned about the security of my servers. My favourite file-management software does not support any other unix standards than plain ftp. How is it possible to set up my FreeBSD 5.2.1 that way, that it will accept ftp connections only from itself, so that iff the login to the