86 reputation
3
bio website
location
age
visits member for 4 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.
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
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?