ceu-notes/2/SRI/notes/ftp-server.txt

9 lines
240 B
Plaintext
Raw Normal View History

2022-11-14 14:36:56 +00:00
apt install proftpd ftp
id ftp
ftpasswd --passwd --name admin --home /srv/ftp --uid 124 \
--shell /bin/false --file /etc/proftpd/passwd.virtual
# In /etc/proftpd/proftpd.conf
AuthUserFile /etc/proftpd/passwd.virtual
2022-11-18 13:54:39 +00:00
RequireValidShell off