Luckily for me I only did the upgrade on a testing server so it was no big deal. However I would suggest there are 2 ways to get SFTP working again: a) Use OpenSSH to run your SFTP server (not that easy but there is a guide on the forums to CHroot SFTP users like you would with ProFTPd b) Remove ProFTPd from apt and then download and compile it yourself. If you have already installed it via apt then you should have all the dependencies so you should be able to download the source and comiple it e.g.: wget ftp://ftp35.us.proftpd.org/pub/ProFTPD/distrib/source/proftpd-1.3.4a.tar.gz tar -zxvf proftpd-1.3.4a.tar.gz cd proftpd-1.3.4a sudo ./configure && sudo make && suco checkinstall sudo ldconfig
(you may need to do a sudo apt-get install gcc g++ automake before running the ./configure etc. line) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873984 Title: mod_tls and mod_sftp complain about OpenSSL version mismatch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/873984/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
