Advertisement
Guest User

Untitled

a guest
May 11th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. -bash-3.2$ ssh -vvv www1
  2. OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: Applying options for *
  5. debug2: ssh_connect: needpriv 0
  6. debug1: Connecting to www1 [140.211.166.61] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/killes/.ssh/identity type -1
  9. debug1: identity file /home/killes/.ssh/id_rsa type -1
  10. debug1: identity file /home/killes/.ssh/id_dsa type -1
  11. debug1: loaded 3 keys
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
  13. debug1: match: OpenSSH_5.1 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_4.3
  16. debug2: fd 3 setting O_NONBLOCK
  17. debug1: SSH2_MSG_KEXINIT sent
  18. debug1: SSH2_MSG_KEXINIT received
  19. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  20. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  21. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  22. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  23. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  24. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  25. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  26. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  27. debug2: kex_parse_kexinit:
  28. debug2: kex_parse_kexinit:
  29. debug2: kex_parse_kexinit: first_kex_follows 0
  30. debug2: kex_parse_kexinit: reserved 0
  31. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  32. debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
  33. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  34. debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
  35. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  36. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  37. debug2: kex_parse_kexinit: none,zlib@openssh.com
  38. debug2: kex_parse_kexinit: none,zlib@openssh.com
  39. debug2: kex_parse_kexinit:
  40. debug2: kex_parse_kexinit:
  41. debug2: kex_parse_kexinit: first_kex_follows 0
  42. debug2: kex_parse_kexinit: reserved 0
  43. debug2: mac_init: found hmac-md5
  44. debug1: kex: server->client aes128-cbc hmac-md5 none
  45. debug2: mac_init: found hmac-md5
  46. debug1: kex: client->server aes128-cbc hmac-md5 none
  47. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  48. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  49. debug2: dh_gen_key: priv key bits set: 121/256
  50. debug2: bits set: 520/1024
  51. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  52. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  53. debug3: check_host_in_hostfile: filename /home/killes/.ssh/known_hosts
  54. debug3: check_host_in_hostfile: match line 14
  55. debug3: check_host_in_hostfile: filename /home/killes/.ssh/known_hosts
  56. debug3: check_host_in_hostfile: match line 1
  57. debug1: Host 'www1' is known and matches the RSA host key.
  58. debug1: Found key in /home/killes/.ssh/known_hosts:14
  59. debug2: bits set: 509/1024
  60. debug1: ssh_rsa_verify: signature correct
  61. debug2: kex_derive_keys
  62. debug2: set_newkeys: mode 1
  63. debug1: SSH2_MSG_NEWKEYS sent
  64. debug1: expecting SSH2_MSG_NEWKEYS
  65. debug2: set_newkeys: mode 0
  66. debug1: SSH2_MSG_NEWKEYS received
  67. debug1: SSH2_MSG_SERVICE_REQUEST sent
  68. debug2: service_accept: ssh-userauth
  69. debug1: SSH2_MSG_SERVICE_ACCEPT received
  70. debug2: key: /home/killes/.ssh/identity ((nil))
  71. debug2: key: /home/killes/.ssh/id_rsa ((nil))
  72. debug2: key: /home/killes/.ssh/id_dsa ((nil))
  73. debug3: input_userauth_banner
  74. ***************************************************************************
  75. NOTICE TO USERS
  76.  
  77. This is a computer system operated by the Oregon State University Open Source
  78. Lab. It is for authorized use only. Users (authorized or unauthorized) have
  79. no explicit or implicit expectation of privacy.
  80.  
  81. Any or all uses of this system and all files on this system may be
  82. intercepted, monitored, recorded, copied, audited, inspected, and disclosed to
  83. authorized site, Oregon State University, and law enforcement personnel,
  84. as well as authorized officials of other agencies, both domestic and foreign.
  85. By using this system, the user consents to such interception, monitoring,
  86. recording, copying, auditing, inspection, and disclosure at the discretion of
  87. authorized site or Oregon State University personnel.
  88.  
  89. Unauthorized or improper use of this system may result in administrative
  90. disciplinary action and civil and criminal penalties. By continuing to use
  91. this system you indicate your awareness of and consent to these terms and
  92. conditions of use. LOG OFF IMMEDIATELY if you do not agree to the conditions
  93. stated in this warning.
  94.  
  95. *****************************************************************************
  96. debug1: Authentications that can continue: publickey
  97. debug3: start over, passed a different list publickey
  98. debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password
  99. debug3: authmethod_lookup publickey
  100. debug3: remaining preferred: keyboard-interactive,password
  101. debug3: authmethod_is_enabled publickey
  102. debug1: Next authentication method: publickey
  103. debug1: Trying private key: /home/killes/.ssh/identity
  104. debug3: no such identity: /home/killes/.ssh/identity
  105. debug1: Trying private key: /home/killes/.ssh/id_rsa
  106. debug3: no such identity: /home/killes/.ssh/id_rsa
  107. debug1: Trying private key: /home/killes/.ssh/id_dsa
  108. debug3: no such identity: /home/killes/.ssh/id_dsa
  109. debug2: we did not send a packet, disable method
  110. debug1: No more authentication methods to try.
  111. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement