Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # This is the default rssh config file
  2.  
  3. # set the log facility. "LOG_USER" and "user" are equivalent.
  4. logfacility = LOG_USER
  5.  
  6. # Leave these all commented out to make the default action for rssh to lock
  7. # users out completely...
  8.  
  9. #allowscp
  10. allowsftp
  11. #allowcvs
  12. #allowrdist
  13. #allowrsync
  14. #allowsvnserve
  15.  
  16. # set the default umask
  17. umask = 022
  18.  
  19. # If you want to chroot users, use this to set the directory where the root of
  20. # the chroot jail will be located.
  21. #
  22. # if you DO NOT want to chroot users, LEAVE THIS COMMENTED OUT.
  23. chrootpath = %h
  24.  
  25. # You can quote anywhere, but quotes not required unless the path contains a
  26. # space... as in this example.
  27. #chrootpath = "/usr/local/my chroot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement