1
1
libssh/sftp_server/sftp.conf
Aris Adamantiadis 8510d2abe4 youhou it works :)
to compile libconfig, configure it, then the makefile will work.
to run, either make install make config or add its path to LD_LIBRARY_PATH.



git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@21 7dcaeef0-15fb-0310-b436-a5af3365683c
2005-08-28 17:24:04 +00:00

26 строки
430 B
Plaintext

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
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>