Skip to content

Commit

Permalink
revert to vsftpd
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Jul 22, 2021
1 parent 86f1678 commit dcfeeb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
force_dot_files=YES
pasv_enable=YES
pasv_min_port=40000
pasv_max_port=50000
pasv_addr_resolve=YES
pasv_address=jckservices.adoptium.net
pasv_addr_resolve=YES
user_sub_token=$USER
local_root=/home/$USER/ftp
allow_writeable_chroot=YES
port_enable=YES
connect_from_port_20=YES
ftp_data_port=20
seccomp_sandbox=NO
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

- name: Create file for FTP access
copy:
content: "This is a line of text in a file"
content: ""
dest: "/home/{{ jckftp_Username }}/ftp/filename.txt"
force: no
owner: "{{ jckftp_Username }}"
Expand Down

0 comments on commit dcfeeb6

Please sign in to comment.