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 to recover a deleted file in linux ?

5 Answers  


What is the name and path of the main system log?

3 Answers  


What utility can you use to automate rotation of logs?

2 Answers  


How can i recover the linux system after it was crashed by step by step process..

3 Answers   IBM,


Why is it suggested to disable journalism in ext4 filesystem?

0 Answers   IBM, TCS,






what are the steps for Password-less ssh

5 Answers   IBM, Mind Tree,


How can you see all mounted drives?

10 Answers  


i installed clustering packages.When i try to run it getting LUCI error...what is it..??

0 Answers  


What is the difference between semaphore and spinlock?

1 Answers  


How does the boot process[init levels] work on Linux? How is it different from Solaris?

3 Answers  


rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686

1 Answers  


there are many IPC mechanisms available in Linux ? Which one is best to use and when ?

1 Answers   Broadcom,


Categories