Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. debug1: trying public key file /root/.ssh/authorized_keys
  2. debug1: restore_uid: 0/0
  3. debug1: temporarily_use_uid: 0/0 (e=0/0)
  4. debug1: trying public key file /root/.ssh/authorized_keys2
  5. debug1: restore_uid: 0/0
  6. Failed publickey for root from xxx.xxx.xxx.xxx port xxxxx ssh2
  7. debug3: mm_answer_keyallowed: key 0x7f266e1a8840 is not allowed
  8. debug3: mm_request_send entering: type 22
  9. debug3: mm_request_receive entering
  10. debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa
  11. debug3: Wrote 64 bytes for a total of 1853
  12. debug1: userauth-request for user root service ssh-connection method publickey
  13. debug1: attempt 2 failures 1
  14.  
  15. debug1: trying public key file /root/.ssh/authorized_keys
  16. debug1: fd 4 clearing O_NONBLOCK
  17. debug1: matching key found: file /root/.ssh/authorized_keys, line 1
  18. Found matching RSA key: d7:3a:08:39:f7:28:dc:ea:f3:71:7c:23:92:02:02:d8
  19. debug1: restore_uid: 0/0
  20. debug3: mm_answer_keyallowed: key 0x7f85527ef230 is allowed
  21. debug3: mm_request_send entering: type 22
  22. debug3: mm_request_receive entering
  23. debug3: Wrote 320 bytes for a total of 2109
  24. debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa
  25. Postponed publickey for root from xxx.xxx.xxx.xxx port xxxxx ssh2
  26. debug1: userauth-request for user root service ssh-connection method publickey
  27. debug1: attempt 2 failures 0
  28.  
  29. # ll -d .ssh
  30. drwx------. 2 root root 4096 Oct 14 10:05 .ssh
  31. # ll .ssh
  32. total 16
  33. -rw-------. 1 root root 786 Oct 14 09:35 authorized_keys
  34. -rw-------. 1 root root 1675 Oct 13 08:24 id_rsa
  35. -rw-r--r--. 1 root root 393 Oct 13 08:24 id_rsa.pub
  36. -rw-r--r--. 1 root root 448 Oct 13 12:51 known_hosts
  37.  
  38. # netstat -ntap | grep 22
  39. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 19847/sshd
  40. # ps -ef | grep 19847
  41. root 19847 1 0 09:58 ? 00:00:00 /usr/sbin/sshd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement