aboutsummaryrefslogtreecommitdiff
path: root/sftp_server/mercurius.conf
blob: 842c91c97628f6bfd319483a2166aa8d69b39898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Port 4444
Hostkeyrsa /etc/ssh/ssh_host_rsa_key
Hostkeydsa /etc/ssh/ssh_host_dsa_key
<group wheel>
    user root, admin, webmaster
    user aris
</group>
<group anonymous>
    user ftp, anonymous, anon
    uid ftp
    nopassword
    chroot /home/ftp
</group>
<group users>
    user test
    user aris
    chroot $HOME/
</group>
<group world>
    group wheel, anonymous, users
</group>
<dir />
    list world
    read world
    write wheel
</dir>