Re: ssh into chroot

2007-10-30 Thread Owen Townend
Hey, I've had a similar problem in BSD jails, sshd on the host system defaulted to listen to all interfaces and hence began listening on the virtual device assigned to the jail (or in this case chroot?). This was fixed in a single line in the sshd config file. Perhaps a similar problem is occurri

ssh into chroot

2007-10-30 Thread Todd A. Jacobs
I'm using schroot to run a sid chroot inside of etch, and have run into a problem. I googled around, and found the following: 1. use bind to mount /proc inside the chroot 2. run sshd inside the chroot 3. connect Only when I do these things, ssh seems to hang during the login process: