RE: Restricting access to home directory

2006-09-25 Thread Gouverneur, Thomas
: Gouverneur, Thomas Cc: 'freebsd-questions@freebsd.org' Subject: RE: Restricting access to home directory rssh supports chroots it seems, but no way to actually tie them to their home dir. -Matt On Mon, 25 Sep 2006, Gouverneur, Thomas wrote: > > Have a look to: http://www.piz

RE: Restricting access to home directory

2006-09-25 Thread Matt Juszczak
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Juszczak Sent: lundi 25 septembre 2006 8:28 To: Marwan Sultan Cc: freebsd-questions@freebsd.org Subject: Re: Restricting access to home directory Well... If there was an easy way to restrict users to their home directories using SCP or

RE: Restricting access to home directory

2006-09-25 Thread Gouverneur, Thomas
-questions@freebsd.org Subject: Re: Restricting access to home directory Well... If there was an easy way to restrict users to their home directories using SCP or SCPONLY, I would love that instead. I don't really feel like installing an FTP server just so users can connect to my server when the

Re: Restricting access to home directory

2006-09-25 Thread dick hoogendijk
On 25 Sep Matt Juszczak wrote: > If there was an easy way to restrict users to their home directories > using SCP or SCPONLY, I would love that instead. > Is there anyway? Short answer: NO and that's OK for a protocol based on ssh. Your users can pass the bounderies of their homedirectories if the

Re: Restricting access to home directory

2006-09-25 Thread Frank Bonnet
Martin Hudec wrote: Hello Matt, DefaultRoot ~ [group] where ~ are their specified homedirs and group is optional (members of that group will be jailed to their homedirs, others will be able to browse everywhere, if group is not used, everybody using proftpd will be jailed). Martin pur

Re: Restricting access to home directory

2006-09-24 Thread Matt Juszczak
Well... If there was an easy way to restrict users to their home directories using SCP or SCPONLY, I would love that instead. I don't really feel like installing an FTP server just so users can connect to my server when they are already used to using sftp-server. Is there anyway? -Matt On

Re: Restricting access to home directory

2006-09-24 Thread Marwan Sultan
Hi Matt! If you are talking about givin FTP access only, then the easiest way to do it is just adding the user to the file /etc/ftpchroot and thats all!! if the file does not exist. then create it. add to /etc/ftpchroot all users that you want them to ftp but never see any upper level of

Re: Restricting access to home directory

2006-09-24 Thread albi
On Sun, 24 Sep 2006 15:09:23 -0400 (EDT) Matt Juszczak <[EMAIL PROTECTED]> wrote: > I would like to give a user access to my box via some kind of FTP but > restrict him to his home directory. > > I have seen scponlyc, which supposedly can do this, but can't seem to > get it working. and what do

Re: Restricting access to home directory

2006-09-24 Thread Martin Hudec
Hello Matt, Matt Juszczak wrote: Hi all, I would like to give a user access to my box via some kind of FTP but restrict him to his home directory. I have seen scponlyc, which supposedly can do this, but can't seem to get it working. I have also read up on protftpd + ssl, and configuring i