Making SFTP work

Beyond creating a new user, you need to add their name to the bottom of /etc/ssh/sshd_config:

AllowUsers user1 user2 user3

Restart SSH:
# /etc/init.d/ssh restart

Leave a Reply

Your email address will not be published. Required fields are marked *