Guest User

Untitled

a guest
Apr 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. # /usr/sbin/sshd -d -p 2222
  2. debug1: sshd version OpenSSH_5.5p1 Debian-6+squeeze1
  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. Set /proc/self/oom_adj from 0 to -17
  12. debug1: Bind to port 2222 on 0.0.0.0.
  13. Server listening on 0.0.0.0 port 2222.
  14. debug1: Bind to port 2222 on ::.
  15. Server listening on :: port 2222.
  16. debug1: Server will not fork when running in debugging mode.
  17. debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
  18. debug1: inetd sockets after dupping: 3, 3
  19. debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60
  20. debug1: no match: PuTTY_Release_0.60
  21. debug1: Enabling compatibility mode for protocol 2.0
  22. debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze1
  23. debug1: permanently_set_uid: 104/65534
  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 aes256-ctr hmac-sha1 none
  28. debug1: kex: server->client aes256-ctr hmac-sha1 none
  29. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 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 nenillo service ssh-connection method none
  38. debug1: attempt 0 failures 0
  39. debug1: PAM: initializing for "nenillo"
  40. debug1: PAM: setting PAM_RHOST to "81.184.20.90.dyn.user.ono.com"
  41. debug1: PAM: setting PAM_TTY to "ssh"
  42. Failed none for nenillo from 81.184.20.90 port 59584 ssh2
  43. debug1: userauth-request for user nenillo service ssh-connection method password
  44. debug1: attempt 1 failures 0
Add Comment
Please, Sign In to add comment