Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Last active October 5, 2015 06:28
Show Gist options
  • Save luanlmd/2764151 to your computer and use it in GitHub Desktop.
Save luanlmd/2764151 to your computer and use it in GitHub Desktop.
FTP only user
#!/bin/bash
adduser $1
usermod -s /usr/lib/sftp-server $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment