Re: SFTP

From: Alexander Dalloz (alexander.dalloz_at_uni-bielefeld.de)
Date: 06/17/04

  • Next message: Ed Gurski: "Re: palm zire and fc2"
    Date: Thu, 17 Jun 2004 20:53:54 +0200
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    
    
    

    Am Do, den 17.06.2004 schrieb Edwards, Thomas W. um 20:37:

    > I have attempted to install proftpd, and using openssl apply certs to
    > the config of proftpd to make it ssl enabled. This however seems to not
    > be working. Can anyone offer me advice on where to look for examples or
    > docs?

    http://sial.org/howto/openssl/

    on how to create self signed certificates.

    http://www.castaglia.org/proftpd/modules/mod_tls.html

    explains the instructions for setting up TLS with proftpd.

    http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html

    for an overview about different servers and clients.

    My /etc/proftpd.conf contains following for TLS:

    TLSEngine on
    TLSRequired on
    TLSRSACertificateFile /usr/share/ssl/certs/proftpd.pem
    TLSRSACertificateKeyFile /usr/share/ssl/certs/proftpd.pem
    TLSProtocol SSLv23
    TLSCipherSuite ALL:!ADH:!DES
    TLSOptions NoCertRequest
    TLSVerifyClient off
    #TLSRenegotiate ctrl 3600 data 512000 required off
    timeout 300
    TLSLog /var/log/proftpd/tls.log

    Hope this helps.

    Alexander

    -- 
    Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
    Fedora GNU/Linux Core 2 (Tettnang) on Athlon CPU kernel 2.6.6-1.435 
    Serendipity 20:49:04 up 2 days, 17:15, load average: 0.30, 0.24, 0.19 
    
    

    
    

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    


  • Next message: Ed Gurski: "Re: palm zire and fc2"

    Relevant Pages

    • Re: NEED HELP WITH SSL AND PROFTPD!!
      ... With /this/ config, look in /var/log ... ... Well, it looks like your ProFTPd either laks SSL/TLS support, or you made ... As i know an installation being ... with SSLified HTTP, ie: "https". ...
      (comp.os.linux.misc)
    • Re: NEED HELP WITH SSL AND PROFTPD!!
      ... With /this/ config, look in /var/log ... ... Well, it looks like your ProFTPd either laks SSL/TLS support, or you made ... As i know an installation being ... with SSLified HTTP, ie: "https". ...
      (alt.os.linux)
    • AW: proftpd auth failing via libpam-ldap
      ... I have a ProFTPD Version 1.2.10 on debian sarge. ... Where commin-* uses libpam-ldap in a standard way. ... I too have had recent problems with ProFTPD's LDAP module. ... changed anything from a working config, so it must have been an update ...
      (Debian-User)
    • how to config tha proftpd with TLS
      ... how to config tha proftpd with TLS ... is that proftpd can work in TLS way which open the TLSEngine only? ...
      (Debian-User)
    • Re: ftp with tls
      ... On Wednesday 16 June 2004 00:08, Edwards, Thomas W. wrote: ... > there another setup example of this anywhere besides the proftpd site ... other replies yet, I'd suggest looking in vsftpd, which I believe ... supports TLS out of the box. ...
      (Debian-User)