Re: encrypt ftp service?

2002-10-17 Thread James Dennis
I have a patch to openssh's source to allow chrooting in ssh/sftp/scp. The University I work for has been using it with great success. The url is http://chrootssh.sourceforge.net. We replaced ftp with it. There is also some documentation on setting it up. The patch for OpenSSH 3.5 should be up

Re: encrypt ftp service?

2002-10-17 Thread Dennis Durling
SB CH said: Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp use two port. Do you know any method how to

Re: encrypt ftp service?

2002-10-17 Thread Ermelir
see http://safetp.cs.berkeley.edu/ it's a software base on the client / server model that secure ftp connection - Original Message - From: Mike Dresser [EMAIL PROTECTED] To: SB CH [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 6:13 PM Subject: Re: encrypt ftp

Re: encrypt ftp service?

2002-10-17 Thread Gaurav
Mike Dresser wrote: On Sat, 12 Oct 2002, SB CH wrote: Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp use two

RE: encrypt ftp service?

2002-10-17 Thread Mark Stunnenberg
;web.de] Sent: Tuesday, October 15, 2002 19:50 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: encrypt ftp service? FTP over SSL? I use WSFTP Server and it works fine with 128 bit encryption and certificates. There is also CuteFTP Server on Windows NT/2000 for encrypted FTP. http

RE: encrypt ftp service?

2002-10-17 Thread Mark Stunnenberg
PROTECTED] [mailto:rsieber;web.de] Sent: Tuesday, October 15, 2002 21:21 PM To: SB CH; [EMAIL PROTECTED] Subject: RE: encrypt ftp service? FTP over SSL? I use WSFTP Server and it works fine with 128 bit encryption and certificates. There is also CuteFTP Server on Windows NT/2000 for encrypted FTP

RE: encrypt ftp service?

2002-10-17 Thread Trevor Cushen
October 2002 22:19 To: SB CH; [EMAIL PROTECTED] Subject: Re: encrypt ftp service? if you are currently using the ssh client, you should be able to use the sftp (secure ftp) client to securely ftp into the machine running the sshd, assuming you have an account :) - Original Message

Re: encrypt ftp service?

2002-10-16 Thread Mike Dresser
On Sat, 12 Oct 2002, SB CH wrote: Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp use two port. Do you

Re: encrypt ftp service?

2002-10-16 Thread Brad Arlt
On Sat, Oct 12, 2002 at 02:05:33AM +, SB CH wrote: Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp

RE: encrypt ftp service?

2002-10-16 Thread Robert Sieber
... -Original Message- From: SB CH [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 12, 2002 4:06 AM To: [EMAIL PROTECTED] Subject: encrypt ftp service? Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap

RE: encrypt ftp service?

2002-10-16 Thread Robert Sieber
... -Original Message- From: SB CH [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 12, 2002 4:06 AM To: [EMAIL PROTECTED] Subject: encrypt ftp service? Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3

Re: encrypt ftp service?

2002-10-16 Thread brien mac
PROTECTED] Subject: encrypt ftp service? Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp use two port

Re: encrypt ftp service?

2002-10-16 Thread Chris Berry
Use the ssh version of ftp, check google for details. From: SB CH [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: encrypt ftp service? Date: Sat, 12 Oct 2002 02:05:33 + Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap

encrypt ftp service?

2002-10-15 Thread SB CH
Hello, all. As you know, basic tcp/ip based service is throught plain text. So I use ssh instead telnet, and sslwrap with pop3 etc. But I have no idea about ftp encryption method. using sslwrap, I can't use ftp service because ftp use two port. Do you know any method how to encryption ftp