Re: [CentOS] Chroot'ed SSH

2008-06-09 Thread Alain Terriault
easy way to get sshd ver.5 installed on centos5 http://fs12.vsb.cz/hrb33/el5/hrb-ssh/stable/SRPMS/ rpmbuild --rebuild openssh-5.0p1-1.el5.hrb.src.rpm worked for me .. but honestly, has excited has I was, I do not find chroot to be that useful .. if I remember correctly, the chroot directory has

Re: [CentOS] Chroot'ed SSH

2008-06-06 Thread Filipe Brandenburger
On Sat, Jun 7, 2008 at 12:18 AM, Eric Wood <[EMAIL PROTECTED]> wrote: > Just the other week sshd 4.9 enabled chroot for the first time I think. > Fairly new stuff. You'll have to roll your own rpm for CentOS as it will > be unlikely that they roll it - probably not even for 5.2 either. Yeah, I w

Re: [CentOS] Chroot'ed SSH

2008-06-06 Thread Eric Wood
Filipe Brandenburger wrote: Hi, Is anyone chrooting users that connect through SSH? Just the other week sshd 4.9 enabled chroot for the first time I think. Fairly new stuff. You'll have to roll your own rpm for CentOS as it will be unlikely that they roll it - probably not even for 5.2

[CentOS] Chroot'ed SSH

2008-06-06 Thread Filipe Brandenburger
Hi, Is anyone chrooting users that connect through SSH? I looked for it on Google and I basically saw several methods: - OpenSSH 5 supports ChrootDirectory (FC9 apparently has RPMs that probably could be rebuilt under CentOS 5) - There seem to be several patches for OpenSSH 4.x to do the chroot,