ssh login isue.


 
Thread Tools Search this Thread
Operating Systems Solaris ssh login isue.
# 1  
Old 08-28-2009
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
# 2  
Old 08-28-2009
What command you are running to connect to server? have you tried specifying username while connecting?
Code:
ssh use1@server

please post sshd_config and
Code:
ps-ef | grep sshd

.
# 3  
Old 08-28-2009
I am just directly loging via ssh.. Not switching from other server..
# 4  
Old 08-28-2009
Code:
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?
# 5  
Old 08-28-2009
Quote:
Originally Posted by chompy
usually means your logging in with a nonexisting account.
but how is the telnet possible then?
# 6  
Old 08-28-2009
Quote:
Originally Posted by incredible
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.
# 7  
Old 08-30-2009
Do this:

Code:
ssh -l username server

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting ssh to try login only once

spawn ssh remotehost -l skysmart when the password is incorrect, this will attempt to log in 2 more times, before it exits. is there an option I can pass to ssh that'll make it try only once and will then abort immediately if the password is incorrect? something like: spawn ssh... (1 Reply)
Discussion started by: SkySmart
1 Replies

2. Shell Programming and Scripting

ssh login

Hi, I am trying to login Server2 from server1 in a shell script and need to perfrom few commands, Below is the command i used to login to server2 from server1 ssh -l username server2 However everytime it executes it asking for password. How do write a script in such way it takes... (1 Reply)
Discussion started by: ch33ry
1 Replies

3. HP-UX

telnet login successful ,but ssh can not login

why I can login by telnet using root account but when i use login by ssh using root account it is not successful ,is it different password i am sure ssh service is started (2 Replies)
Discussion started by: alert0919
2 Replies

4. Ubuntu

ssh login cvs

Hello, I want to access a cvs server but I need to specify another user name i.e suppose that my user account is AAA and I can log on to the cvs server using another account BBB i.e AAA@local:~/Downloads$ ssh cvs Permission denied (publickey). But I can login to the system using... (1 Reply)
Discussion started by: fdc2suxs
1 Replies

5. UNIX for Advanced & Expert Users

ssh and sudo login

Hi, I am trying to execute some command, via ssh and sudo. Here is what i want to do. ssh localhost | sudo su - ldaprole | ls -ltrh However, this command gives me listing of my home directory, and not of ldaprole. If I logic directly, when i perform sudo su - ldaprole, it... (5 Replies)
Discussion started by: john_prince
5 Replies

6. Shell Programming and Scripting

ssh login help

I would like to login to host and once logged into host would like to run script. i.e "ssh hostname -l username /opt/share/scripts/vol" Can someone please have this run as script .. Many Thanks -sam (1 Reply)
Discussion started by: sam786
1 Replies

7. Red Hat

help with ssh login

hi, to ssh login i give the command.. root@localhost~] # ssh ip_add it allows me to login on a remote machine if i know the password, but i work on wireless network so the ip keeps on changing for the remote machine, how can i access that machine with some unique name , that does not changes.i... (3 Replies)
Discussion started by: ankita tux
3 Replies

8. UNIX for Dummies Questions & Answers

help with ssh login

hi, i have red hat RHEL-5 on my machine, i ma trying to ssh login on remote machine root@localhost~]# ssh ip_address(of remote machine) it works fine if i know the password, i use wireless network so the ip keeps on changing,so is there any way to access the machine with some unique name, which... (1 Reply)
Discussion started by: ankita tux
1 Replies

9. Shell Programming and Scripting

SSH login verification

I need to write a script that check users authenting to a particular server ssh -l if sucessfull echo loggin sucess else echo login invalid Any Suggestions ? (4 Replies)
Discussion started by: sriram003
4 Replies

10. IP Networking

Home Network Netscape Isue on Sun Blade

I just got done configuring a Linksys Wireless - G Broadband Router. Model WRT54G. My PC is running XP and I have a Sun Blade 100 running Solaris 9 connected to the router. My PC is obviously getting out to the net :cool: , but I cant get my Solaris Netscape on the Sun Blade to get out on the... (3 Replies)
Discussion started by: BrewDudeBob
3 Replies
Login or Register to Ask a Question