Port 4444 Hostkeyrsa /etc/ssh/ssh_host_rsa_key Hostkeydsa /etc/ssh/ssh_host_dsa_key #the group wheel has 4 users. They are regular #users of the system because they are authenticating #through the normal way (pam) user root, admin, webmaster user aris #they are virtual users using the uid of the user "ftp" #they don't need a password and their home dir is #chrooted to /home/ftp user ftp, anonymous, anon uid ftp nopassword chroot /home/ftp #the users group log in normaly but are restricted to #their own home dir. #here, aris is both in wheel group : he has the properties #of wheel users and "users" users. #BUT he cannot have two conflicting properties. user test user aris chroot $HOME/ #everybody should be in world, at your convenance. #it is no problem to have different users with different #properties in the same group, as far as the group #doesn't define new conflicting properties group wheel, anonymous, users #not implemented yet # # list world # read world # write wheel #