Created
November 19, 2012 16:50
-
-
Save fgbreel/4111804 to your computer and use it in GitHub Desktop.
SFTP with OpenSSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Subsystem sftp "internal-sftp -u 0002" | |
Match Group sftponly | |
ChrootDirectory %h | |
AllowTCPForwarding no | |
X11Forwarding no | |
ForceCommand internal-sftp -u 0002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool thing, man! 😎