TLS-Modul in ProFTPD
462
rodrunner
Ich wollte ProFTPD in Ubuntu 16.04 konfigurieren. Ich habe das proftpd-basic-Paket installiert (das einzige, das ich in den Repositorys finden konnte):
$ dpkg --get-selections | grep proftpd proftpd-basic install
Aber dieses Paket hat anscheinend kein TLS-Modul in:
$ proftpd -l Compiled-in modules: mod_core.c mod_xfer.c mod_rlimit.c mod_auth_unix.c mod_auth_file.c mod_auth.c mod_ls.c mod_log.c mod_site.c mod_delay.c mod_facts.c mod_dso.c mod_ident.c mod_auth_pam.c mod_readme.c mod_memcache.c mod_cap.c mod_ctrls.c mod_lang.c $ proftpd -l | grep tls $
Ich kann auch kein Paket für das tls-Modul in den Repositorys finden:
$ apt-cache search proftpd-mod proftpd-basic - Versatile, virtual-hosting FTP daemon - binaries proftpd-mod-autohost - ProFTPD module mod_autohost proftpd-mod-case - ProFTPD module mod_case proftpd-mod-clamav - ProFTPD module mod_clamav proftpd-mod-dnsbl - ProFTPD module mod_dnsbl proftpd-mod-fsync - ProFTPD module mod_fsync proftpd-mod-geoip - Versatile, virtual-hosting FTP daemon - GeoIP module proftpd-mod-ldap - Versatile, virtual-hosting FTP daemon - LDAP module proftpd-mod-msg - ProFTPD module mod_msg proftpd-mod-mysql - Versatile, virtual-hosting FTP daemon - MySQL module proftpd-mod-odbc - Versatile, virtual-hosting FTP daemon - ODBC module proftpd-mod-pgsql - Versatile, virtual-hosting FTP daemon - PostgreSQL module proftpd-mod-sqlite - Versatile, virtual-hosting FTP daemon - SQLite3 module proftpd-mod-tar - ProFTPD module mod_tar proftpd-mod-vroot - ProFTPD module mod_vroot
Muss ich proftpd aus dem Quellcode mit dem tls-Modulschalter kompilieren oder gibt es einen schnelleren Weg, um TLS zu aktivieren?
Was zeigt "proftpd -V"? Oft werden Module wie `mod_tls` als _shared_-Module kompiliert, die nicht mit` proftpd -l` aufgelistet werden. Alternativ können Sie `proftpd -vv` verwenden, das alle Module anzeigt, einschließlich der dynamisch über die Konfigurationsdatei geladenen _, um zu prüfen, ob` mod_tls` vorhanden ist.
Castaglia vor 7 Jahren
1
du hast recht, es ist ein gemeinsam genutztes Modul --with-shared = ...: mod_tls. Aber bisher konnte ich die Verschlüsselung nicht bekommen, ich werde die conf-Dateien noch einmal überarbeiten ...
rodrunner vor 7 Jahren
0
0 Antworten auf die Frage
Verwandte Probleme
-
4
Gutes freies Ubuntu Server-VMWare-Image benötigt
-
8
Laptop Standby unter Linux / Ubuntu
-
1
Wie kann ich von Ubuntu aus über das Netzwerk auf Windows Vista-Drucker zugreifen?
-
3
Kann ich Microsoft Office 2007 unter Ubuntu ausführen?
-
6
Virtualbox, VMware, KVM oder andere für Ubuntu-Virtualisierung?
-
4
Windows 7 "Aero Snap" -Funktion für Ubuntu GNOME
-
5
iPod-Verwaltungssoftware für Linux
-
1
Rückkehr von Dual-Boot zu Windows
-
2
Firefox zum Drucken von PDF-Schriftarten
-
5
Wie bekomme ich die maximale Auflösung unter Ubuntu in Microsoft Virtual PC?