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 occurring here.
cheers, Owen. On Tue, 2007-10-30 at 01:58 -0700, Todd A. Jacobs wrote: > 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: > > debug1: Authentication succeeded (password). > debug1: channel 0: new [client-session] > debug1: Entering interactive session. > debug1: Sending environment. > debug1: Sending env LANG = en_US.UTF-8 > > Obviously, it doesn't like the chroot somehow. What am I missing? > > -- > "Oh, look: rocks!" > -- Doctor Who, "Destiny of the Daleks" > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

