User unable to login in server then how can u troubleshooting it?
Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?

Answers were Sorted based on User's Feedback



User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in..

Answer / ganesh kumar

1)Passwd expired r not
# usermod -l username
2)User is locked r not using the command
# passwd -u username -to unlock the user
3)passwd file problem
if any change in /etc/passwd file r /etc/shadow file
4)change the passwd
#passwd
5)The default permission for security file is 600 when the
value is changed,we can't login
#ls -ld /etc/secur

Is This Answer Correct ?    4 Yes 0 No

User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in..

Answer / shisheer

kindly check the username and password .or user account may
expired

Is This Answer Correct ?    5 Yes 2 No

User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in..

Answer / lokesh bisht

First check basics

1 user is easily getting access without any interruption.
That's mean server is up and SSH is running on the server
perfect.

First check client side.
Is he getting login prompt if yes..issue can be wrong
username and password.
If no
First check network cable and ip address..and possible try
to login other server from that machine.


Server side.
First check Logs in /var/log/secure...you will be get break
through point for troubleshoot.
Check user is available on server with proper configuration
with chage, files etc.
If still user facing issue with login...so change password
then try it.

As per my personal experience, user never told you that i
forget the password, they will try to sit on your shoulder..

Is This Answer Correct ?    2 Yes 0 No

User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in..

Answer / saravanan

1.ssh running or not in client side
2.check network connection(ping and see)
3.check hostname or ip address correct
4.firewall or selinux check
5.then other end verify the users accounts related things(like password lock,account disabled or not..etc)

Is This Answer Correct ?    0 Yes 0 No

User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in..

Answer / suresh ragireddy

1. user or password locked
2. issues in /etc/passwd and /etc/shadow
3. check user has been restricted in /etc/hosts.deny
4. user account or password has been expired.
5. SSH key problem.
6. if remote user check with NIS or LDAP server is binding or not.
7. Check any network related issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux AllOther Interview Questions

how u use the iptable firewall to restrict ssh,telnet,ftp

9 Answers  


What is the difference between Telnet and SSH?

17 Answers   Bayer, KTree,


Friends, I don't have enough free space in root directory. but in home directory I have 40gb free. So I can not install anything in root directory (which occupies more space) Please suggest me If there is any possibility to increase the root directory size by minimising the home directory's.

3 Answers  


why accounting Software does not support on linux?

5 Answers  


1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?

0 Answers   Oracle,






What is the use of DNS Server? Name other servers works same as like DNS?

2 Answers  


why /etc/shadow file do not have any permission ?

0 Answers   IBM,


Give a Linux shell command to find all files in a directory which contain ip addresses.

1 Answers   Amazon,


expalin the process of kickstart installation?

1 Answers   HCL, IBM,


cups stands for..?

6 Answers   IBM,


As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.

0 Answers   Ondot,


How to recover a deleted file in linux ?

5 Answers  


Categories