Initial commit
This commit is contained in:
47
config/grequalizer-sftp.conf
Normal file
47
config/grequalizer-sftp.conf
Normal file
@@ -0,0 +1,47 @@
|
||||
# Variables: $u: login name, $h: users home, $g: users primary group name
|
||||
|
||||
[main]
|
||||
home_path = /backups/sftp/$u
|
||||
simulate = no
|
||||
limit_to_primary_group = yes
|
||||
primary_group_name = sftpusers
|
||||
minimum_users_count = 1
|
||||
|
||||
[home_existence]
|
||||
check = yes
|
||||
correct = yes
|
||||
|
||||
#[home_permissions]
|
||||
#check = yes
|
||||
#correct = yes
|
||||
#octal_permissions = 755
|
||||
|
||||
[home_owner]
|
||||
check = yes
|
||||
correct = yes
|
||||
owner = root
|
||||
|
||||
[home_group]
|
||||
check = yes
|
||||
correct = yes
|
||||
group = root
|
||||
|
||||
[user_home]
|
||||
check = yes
|
||||
correct = yes
|
||||
home_path = /home
|
||||
|
||||
[user_shell]
|
||||
check = yes
|
||||
correct = yes
|
||||
shell = /usr/bin/rssh
|
||||
|
||||
[home_files]
|
||||
check = yes
|
||||
correct = yes
|
||||
file_list = /opt/grequalizer/conf/files_to_chroots.txt
|
||||
|
||||
[home_binaries_with_libs]
|
||||
check = yes
|
||||
correct = yes
|
||||
file_list = /opt/grequalizer/conf/binaries_to_chroots.txt
|
||||
Reference in New Issue
Block a user