86 reputation
3
bio website
location
age
visits member for 5 months
seen Apr 15 at 7:14
stats profile views 3

Mar
19
comment Linux User not able to login
ok, I tried tail -f /var/log/secure and from another window i tried logging in to the ssh using the new username/pass and i can see the following messages: debug1: PAM: setting PAM_TTY to "ssh" debug1: temporarily_use_uid: 778/516 (e=0/0) debug1: trying public key file /home/tuser/.ssh/authorized_keys debug1: restore_uid: 0/0 debug1: temporarily_use_uid: 778/516 (e=0/0) debug1: trying public key file /home/tuser/.ssh/authorized_keys2 debug1: restore_uid: 0/0 Failed publickey for tuser from <ip_of_server> port 32352 ssh2
Mar
19
comment Linux User not able to login
The RHEL distribution is: Red Hat Enterprise Linux Server release 5.5 (Tikanga). I tried the ssh command and the same happens for it too, it take username and then hangs after i give password.
Mar
18
comment Linux User not able to login
I cannot see any /var/log/auth.log file. Ok, after changing the /etc/ssh/sshd_config LogLevel to DEBUG, i restarted sshd. I cannot see any auth.log file still.
Mar
17
comment Linux User not able to login
When i run ssh temipuser@<ip_of_server>, the same happens, it accepts username but hangs when i give password.
Mar
14
revised Linux User not able to login
added 279 characters in body
Mar
14
asked Linux User not able to login
Jan
16
comment How to extract specific file(s) from tar.gz
$ tar -zxvf test.tar.gz extract11 tar: extract11: Not found in archive tar: Error exit delayed from previous errors
Jan
16
comment How to extract specific file(s) from tar.gz
$ tar --extract --file=test.tar.gz extract11 tar: extract11: Not found in archive tar: Error exit delayed from previous errors
Jan
16
asked How to extract specific file(s) from tar.gz
Jan
16
revised How to fix the corruption of the tar balls?
Mistypes
Jan
16
awarded  Supporter
Jan
16
asked How to fix the corruption of the tar balls?
Jan
3
awarded  Editor
Jan
3
revised How to make cd arguments case INsensitive?
Improved Formatting
Jan
3
asked How to make cd arguments case INsensitive?
Jan
2
answered Kill many instances of a running process with one command
Jan
2
asked Killing all the process of a command except first process
Dec
27
awarded  Student
Dec
27
comment How to continuously take backup of log files?
I think that's not something which can solve my problem.
Dec
27
comment How to continuously take backup of log files?
May i know more about rsyslog?