I have an AIX 4.3.3.10 Box running Openssh 3.4. I am using Putty to get to this Ssh server. All is good when I Ssh in using root. But when I try another user profile I get the below: Jun 16 17:22:21 walker sshd[8812]: fatal: login_get_lastlog: Cannot find account for uid 95 In addition, I am kicked out of this session right now. TIA!
"Patrick B. O'Brien" wrote:> I have an AIX 4.3.3.10 Box running Openssh 3.4. > Jun 16 17:22:21 walker sshd[8812]: fatal: login_get_lastlog: Cannot find account for uid 95That's odd, AIX shouldn't be using lastlog. Is DISABLE_LASTLOG set in config.h? If not try defining it and recompiling. Also, can you try a more recent OpenSSH version (eg 3.6.1p2)? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
"Patrick B. O'Brien" wrote:> I have an AIX 4.3.3.10 Box running Openssh 3.4. I am using Putty to > get to this Ssh server. All is good when I Ssh in using root. But when > I try another user profile I get the below: > > Jun 16 17:22:21 walker sshd[8812]: fatal: login_get_lastlog: Cannot find account for uid 95 > > In addition, I am kicked out of this session right now.[and later]> # ls -lrt pa* > -rw------- 1 root security 613 Jun 03 16:24 passwdFor the benefit of the list archive, this was due to /etc/passwd not being world-readable, and waas fixed by "chmod 644 /etc/passwd". -Daz. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.