9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
|
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
|
||
|
RequireValidShell off
|