Login access problem


 
Thread Tools Search this Thread
Operating Systems Solaris Login access problem
# 1  
Old 08-23-2011
Question Login access problem

Hi,

If i changed my password then i can able to enter into linux box. After some time if i tried then i can not able to enter into the same box.

I have tried lot of times, But it is not resolved yet.

I got below error message
Code:
Error Message : Timeout before authentication for 10.255.126.84

Please advice for this .

Thanks,
Mani


Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks.

Last edited by zaxxon; 08-23-2011 at 10:19 AM.. Reason: code tags
# 2  
Old 08-23-2011
You asked this question twice now. Is it a Solaris problem, or a Linux one? You mention Linux here, but post it in the Solaris forum Smilie
# 3  
Old 08-23-2011
I am facing this problem in solaris box only.
# 4  
Old 08-24-2011
This message appears when password is not entered for a duration of time and authentication times out.

Is it happening only for this user ID?

Also, can you check the status of this ID when it is not logging to the server through the following command if you have root access.
Code:
logins -xl <user ID>

You can also try ssh with verbose option to debugg further
Code:
ssh -vvv

.

Regards,
Vishal
# 5  
Old 08-24-2011
This is error you face when remote host is not able to authenticate you.

Can you check if any other user is facing same issue?
Also check authentication mechanism on remote host, like PAM, radius, local files, nis, ldap etc.

As mentioned by Vishal, ssh -vvv may give you some insight if any problem with network/ssh connection like public/private key problems.

Also, can you try logging from some other system to remote host?

Please make sure your password is not getting modified by some centralized or script manner. For that, create another user on server, take backup of /etc/shadow and check if your password hash is getting changed once you login successfully and once you not.

Please reply back with above o/p, if further troubleshooting is required.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

2. UNIX for Dummies Questions & Answers

iptables rule to block access from VM Browser to Firewall Login Page

(1 Reply)
Discussion started by: senrabdet
1 Replies

3. Solaris

Login Access fail

Hi, I need some help regarding login issue. I have to use 8 server. The username is same at all. But when i was trying to access for particular 4 server. I got access denied error. Please help .... Note: If i change my password by using root user. then I can able to enter into the same server.... (6 Replies)
Discussion started by: Mani_apr08
6 Replies

4. Solaris

Unable to login Solaris 10 Sparc - Data Access Error

Hello everyone, This is the first time I am installing Solaris. I have SunBlade 1500 Wrkstn. I installed Solaris 10 Sparc. The installation went successfully but I don't get the login screen. I get the following error message: Boot device: disk:a File and agrs:- Data Access Error Ok ... (4 Replies)
Discussion started by: mfsaeed
4 Replies

5. UNIX and Linux Applications

How to redirect to squid login web page when internet access

Hi , I am new user. As you know when acl is defined in /etc/squid/squid.conf file according to its http_access users are able to access internet. Before that .htaccess asks them to access internet. It is fine. I saw in some customised linux servers in place of .htaccess login ,html web page... (1 Reply)
Discussion started by: sandeepvson
1 Replies

6. UNIX for Dummies Questions & Answers

Can't Access MP Login

I am not an HP UX admin. Just trying to get by with some basics. On our HP UX Back Up Box I am trying to access the MP login. Version 11.11 Getting the message Unable to start a telnet session. Reset the hub. Any help would be appreciated. (0 Replies)
Discussion started by: newboots
0 Replies

7. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

8. UNIX for Dummies Questions & Answers

Access problem.

I am having troubles copying the contents of one directory to other. I want to copy the contents of the MSIMM folder to another folder The MSIMM folder is in $ ls -al total 48 drwxr--r-- 6 ag32563 user 4096 Sep 23 11:10 . drwxr--r-- 13 ag32563 user 4096 Dec 30 17:08 ..... (4 Replies)
Discussion started by: leepan2008
4 Replies

9. Windows & DOS: Issues & Discussions

Internet Access Control thru User login Authentication

Hi, Is there a way to authorise Internet Access through the authentication of user login information without using any firewall? example : PC A is internet access ready with all the necessary settings in place (DNS and Gateway, no proxy settings as our company uses transparency proxy). ... (0 Replies)
Discussion started by: jennifer
0 Replies
Login or Register to Ask a Question