On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I just tried moving .ssh to / and also creating /root/.ssh and I get the > same result > The reason is because when I start bash my UID is not a name just "0". > > If I run a "whoami" it says "cannot find username for UID 0"
That sounds bad. I don't think this is really an issue with ssh. Are btmp, utmp, wtmp setup correctly? See the end of the page below and make sure the permissions are set correctly. http://www.linuxfromscratch.org/lfs/view/stable/chapter06/createfiles.html Also, is /etc/passwd readable? It should have 644 permissions. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
