Guest User

Untitled

a guest
Oct 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /home/sftp/uploader/user1/file1.txt
  2. /user2/file2.txt
  3.  
  4. Match user user1
  5. ChrootDirectory /srv/sftp/user1
  6. Match user user2
  7. ChrootDirectory /srv/sftp/user2
  8. AllowTCPForwarding no
  9. X11Forwarding no
  10. ForceCommand internal-sftp
  11.  
  12. Match user user1
  13. ChrootDirectory /srv/sftp/user1
  14. Match user user2
  15. ChrootDirectory /srv/sftp/user2
  16. AllowTCPForwarding no
  17. X11Forwarding no
  18. ForceCommand internal-sftp
Add Comment
Please, Sign In to add comment