Re: [ilugd] HowTo: access SFTP only ( exclude ssh shell )

2008-10-12 Thread tuxdna
Hi, Thanks for the replies. I have manged to do that using jailkit ( http://olivier.sessink.nl/jailkit/). This is a pretty neat stuff. Very well documented at http://olivier.sessink.nl/jailkit/howtos_sftp_scp_only.html . On Sun, Oct 12, 2008 at 1:12 AM, Prasanta Baruah [EMAIL

Re: [ilugd] HowTo: access SFTP only ( exclude ssh shell )

2008-10-11 Thread Prasanta Baruah
Hi, You can assign a /bin/false as login shell for that user! So even if he tries to login using SSH s/he will disconnected immediately. scp might not work if shell is changed to /bin/false. -- Prasanta ___ ilugd mailinglist --

[ilugd] HowTo: access SFTP only ( exclude ssh shell )

2008-10-10 Thread tuxdna
Hi, I had been wondering if anyone has experience with setting up a user account for only sftp/scp access. The user is not allowed to obtain shell access through ssh. Infact the user should be allowed file transfer facilities only. I found two solutions: 1. configure a user for login inside a

Re: [ilugd] HowTo: access SFTP only ( exclude ssh shell )

2008-10-10 Thread Dinesh Shah (દિન ેશ શાહ/द िनेश शाह)
H!, On Fri, Oct 10, 2008 at 11:43 AM, tuxdna [EMAIL PROTECTED] wrote: I found two solutions: 1. configure a user for login inside a chroot jail ( allowing ssh access ) -- the user can have shell access but inside chroot jail only 2. use rsssh ( http://www.pizzashack.org/rssh/ ) for scp/sftp