Results 1 to 10 of 11
Hi,
I am facing a problem while ssh to remote server.
puru@server1.test.com 's password: (When i entered password am getting this error)
Read from remote host server1.test.com: Connection reset by ...
- 03-28-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
SSH issue
Hi,
I am facing a problem while ssh to remote server.
puru@server1.test.com's password: (When i entered password am getting this error)
Read from remote host server1.test.com: Connection reset by peer
Connection to server1.test.com closed.
Then i tried to su:-
[guna@server1 opt]$ su puru
Password:
su: cannot set user id: Resource temporarily unavailable.
Please help its quiet urgent for me...............
Last edited by purusrhce; 03-28-2009 at 04:22 PM. Reason: Added more info
- 03-30-2009 #2
Does the puru user exist in /etc/passwd?
Can you su to any other users (ie, su guna, when logged in as guna)?
Can you 'su puru' from the root account (if you have access)
/var/log/secure.log may have information about the failure to log in as puru over ssh, but you will need to be root to read it.
- 03-30-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 35
- 03-31-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
- 03-31-2009 #5
- 03-31-2009 #6Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
The user was using this account without any problem for last 2 years, all of a sudden he is getting this error. When i searched via google it says something about process limitation & needs to update /etc/security/limits.conf. When i checked in other machines all the values are same. Any help?
- 03-31-2009 #7Linux Enthusiast
- Join Date
- Aug 2006
- Location
- Portsmouth, UK
- Posts
- 539
Have you checked faillog ?
RHCE #100-015-395
Please don't PM me with questions as no reply may offend, that's what the forums are for.
- 03-31-2009 #8Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
Yes i ran this command
"faillog -u -r puru" it ran without errors
- 03-31-2009 #9
Is the puru user over their quota?
How big is their home directory?
Can you run:Code:du -sh /home/puru
Code:quota -u puru
- 03-31-2009 #10Just Joined!
- Join Date
- Mar 2009
- Posts
- 13


Reply With Quote
