Advertisement
Guest User

sshkeyhorror

a guest
Oct 16th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. [root@research-team15 qseprod]# /usr/sbin/sshd -d -p 2222
  2. debug1: sshd version OpenSSH_5.3p1
  3. debug1: read PEM private key done: type RSA
  4. debug1: private host key: #0 type 1 RSA
  5. debug1: read PEM private key done: type DSA
  6. debug1: private host key: #1 type 2 DSA
  7. debug1: rexec_argv[0]='/usr/sbin/sshd'
  8. debug1: rexec_argv[1]='-d'
  9. debug1: rexec_argv[2]='-p'
  10. debug1: rexec_argv[3]='2222'
  11. debug1: Bind to port 2222 on 0.0.0.0.
  12. Server listening on 0.0.0.0 port 2222.
  13. debug1: Bind to port 2222 on ::.
  14. Server listening on :: port 2222.
  15. debug1: Server will not fork when running in debugging mode.
  16. debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
  17. debug1: inetd sockets after dupping: 3, 3
  18. Connection from 10.143.67.213 port 44170
  19. debug1: Client protocol version 2.0; client software version OpenSSH_4.3
  20. debug1: match: OpenSSH_4.3 pat OpenSSH_4*
  21. debug1: Enabling compatibility mode for protocol 2.0
  22. debug1: Local version string SSH-2.0-OpenSSH_5.3
  23. debug1: permanently_set_uid: 74/74
  24. debug1: list_hostkey_types: ssh-rsa,ssh-dss
  25. debug1: SSH2_MSG_KEXINIT sent
  26. debug1: SSH2_MSG_KEXINIT received
  27. debug1: kex: client->server aes128-cbc hmac-md5 none
  28. debug1: kex: server->client aes128-cbc hmac-md5 none
  29. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
  30. debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
  31. debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
  32. debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: KEX done
  37. debug1: userauth-request for user mysql service ssh-connection method none
  38. debug1: attempt 0 failures 0
  39. debug1: PAM: initializing for "mysql"
  40. debug1: PAM: setting PAM_RHOST to "research-team03.starmine.com"
  41. debug1: PAM: setting PAM_TTY to "ssh"
  42. debug1: userauth-request for user mysql service ssh-connection method publickey
  43. debug1: attempt 1 failures 0
  44. debug1: temporarily_use_uid: 27/27 (e=0/0)
  45. debug1: trying public key file /var/lib/mysql/.ssh/authorized_keys
  46. debug1: fd 4 clearing O_NONBLOCK
  47. debug1: matching key found: file /var/lib/mysql/.ssh/authorized_keys, line 1
  48. Found matching RSA key: b3:1f:53:8e:84:c5:0f:c9:58:ac:cf:28:41:a4:e1:7f
  49. debug1: restore_uid: 0/0
  50. debug1: ssh_rsa_verify: signature correct
  51. debug1: do_pam_account: called
  52. Accepted publickey for mysql from 10.143.67.213 port 44170 ssh2
  53. debug1: monitor_child_preauth: mysql has been authenticated by privileged process
  54. debug1: temporarily_use_uid: 27/27 (e=0/0)
  55. debug1: ssh_gssapi_storecreds: Not a GSSAPI mechanism
  56. debug1: restore_uid: 0/0
  57. debug1: SELinux support enabled
  58. debug1: PAM: establishing credentials
  59. PAM: pam_open_session(): Authentication failure
  60. User child is on pid 17647
  61. debug1: PAM: establishing credentials
  62. debug1: permanently_set_uid: 27/27
  63. debug1: Entering interactive session for SSH2.
  64. debug1: server_init_dispatch_20
  65. debug1: server_input_channel_open: ctype session rchan 0 win 65536 max 16384
  66. debug1: input_session_request
  67. debug1: channel 0: new [server-session]
  68. debug1: session_new: session 0
  69. debug1: session_open: channel 0
  70. debug1: session_open: session 0: link with channel 0
  71. debug1: server_input_channel_open: confirm session
  72. debug1: server_input_channel_req: channel 0 request pty-req reply 0
  73. debug1: session_by_channel: session 0 channel 0
  74. debug1: session_input_channel_req: session 0 req pty-req
  75. debug1: Allocating pty.
  76. debug1: session_new: session 0
  77. ssh_selinux_setup_pty: security_compute_relabel: Invalid argument
  78. debug1: session_pty_req: session 0 alloc /dev/pts/1
  79. debug1: server_input_channel_req: channel 0 request env reply 0
  80. debug1: session_by_channel: session 0 channel 0
  81. debug1: session_input_channel_req: session 0 req env
  82. debug1: server_input_channel_req: channel 0 request shell reply 0
  83. debug1: session_by_channel: session 0 channel 0
  84. debug1: session_input_channel_req: session 0 req shell
  85. debug1: Setting controlling tty using TIOCSCTTY.
  86. debug1: Received SIGCHLD.
  87. debug1: session_by_pid: pid 17648
  88. debug1: session_exit_message: session 0 channel 0 pid 17648
  89. debug1: session_exit_message: release channel 0
  90. debug1: session_by_tty: session 0 tty /dev/pts/1
  91. debug1: session_pty_cleanup: session 0 release /dev/pts/1
  92. debug1: session_by_channel: session 0 channel 0
  93. debug1: session_close_by_channel: channel 0 child 0
  94. debug1: session_close: session 0 pid 0
  95. debug1: channel 0: free: server-session, nchannels 1
  96. Connection closed by 10.143.67.213
  97. debug1: do_cleanup
  98. Transferred: sent 1912, received 2064 bytes
  99. Closing connection to 10.143.67.213 port 44170
  100. debug1: PAM: cleanup
  101. debug1: PAM: deleting credentials
  102. [root@research-team15 qseprod]#
  103.  
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement