ssh login isue.

Hello Gurus,

In Solaris 8.

I am unable to login via ssh, but i could able to login via telnet without any issues.
I am geting the below error whenever i am trying to login via ssh

[ID 800047 auth.error] error: Could not get shadow information for NOUSER
sshd[4472]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
sshd[4477]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
sshd[5055]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER
sshd[5174]: [ID 800047 auth.error] error: Could not get shadow information for NOUSER

What command you are running to connect to server? have you tried specifying username while connecting?

ssh use1@server

please post sshd_config and

ps-ef | grep sshd

.

I am just directly loging via ssh.. Not switching from other server..

Could not get shadow information for NOUSER

usually means your logging in with a nonexisting account. What is the ssh command you are using to login with?

but how is the telnet possible then?

Most likely because one is configured to use PAM(telnet) and the other is not(ssh), or the pam configurations for the particular service is wrong.

Do this:

ssh -l username server

or ssh -lvvv user@server