On Sunday 06 December 2009 20:23:39 Alan Mackenzie wrote: > Hi, Mick, > > On Sun, Dec 06, 2009 at 04:28:10PM +0000, Mick wrote: > > On Sunday 06 December 2009 14:48:36 Alan Mackenzie wrote: > > > Is there anything I can do to get sshd working from this kernel (and > > > if so, what?), or is there something fundamentally wrong with the > > > kernel configuration? > > > > Not sure if this is a kernel problem. Have you tried to set up a user > > account and passwd then login as a plain user over ssh and then su to > > root? > > No. Could that make a difference? It is prompting me for my key's > passphrase and accepts it; it is failing to create a pseudo terminal. I was trying to take out of the equation user access issues. > > Alternatively, check /etc/ssh/sshd_config to see if root logins are > > disabled as a default. > > They are explicitly permitted. I set up sshd_config myself. OK > > While you're there you may also/first want to disable pam for ssh just in > > case it interferes with the root login. > > Er, pam? That's when my ssh client prompts me for my pass phrase, isn't > it? No, it's when it asks/expects a user passwd which I wasn't sure that you set up beforehand. Typically, one would create a user and set up passwd both for user and root locally, then start screen as the user and detach it, login remotely with ssh and chroot from that point on. If as you said in previous message you are trying to do this from within the chrooted environment then things may be more complicated. I can't recall ever trying that to know how or why it fails. -- Regards, Mick