Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 56: Applying options for *
  4. debug1: Connecting to 172.16.28.3 [172.16.28.3] port 22.
  5. debug1: Connection established.
  6. debug1: permanently_set_uid: 0/0
  7. debug1: identity file /root/.ssh/id_rsa type 1
  8. debug1: identity file /root/.ssh/id_rsa-cert type -1
  9. debug1: identity file /root/.ssh/id_dsa type -1
  10. debug1: identity file /root/.ssh/id_dsa-cert type -1
  11. debug1: identity file /root/.ssh/id_ecdsa type -1
  12. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  13. debug1: identity file /root/.ssh/id_ed25519 type -1
  14. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  15. debug1: Enabling compatibility mode for protocol 2.0
  16. debug1: Local version string SSH-2.0-OpenSSH_6.6.1
  17. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  18. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  19. debug1: SSH2_MSG_KEXINIT sent
  20. debug1: SSH2_MSG_KEXINIT received
  21. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  22. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  23. debug1: kex: curve25519-sha256@libssh.org need=16 dh_need=16
  24. debug1: kex: curve25519-sha256@libssh.org need=16 dh_need=16
  25. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  26. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  27. debug1: Server host key: ECDSA ca:4e:8d:e2:3d:18:99:13:cd:b3:46:78:17:00:b3:65
  28. The authenticity of host '172.16.28.3 (172.16.28.3)' can't be established.
  29. ECDSA key fingerprint is ca:4e:8d:e2:3d:18:99:13:cd:b3:46:78:17:00:b3:65.
  30. Are you sure you want to continue connecting (yes/no)? yes
  31. Warning: Permanently added '172.16.28.3' (ECDSA) to the list of known hosts.
  32. debug1: ssh_ecdsa_verify: signature correct
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: SSH2_MSG_SERVICE_REQUEST sent
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  39. debug1: Next authentication method: gssapi-keyex
  40. debug1: No valid Key exchange context
  41. debug1: Next authentication method: gssapi-with-mic
  42. debug1: Unspecified GSS failure. Minor code may provide more information
  43. No Kerberos credentials available (default cache: KEYRING:persistent:0)
  44.  
  45. debug1: Unspecified GSS failure. Minor code may provide more information
  46. No Kerberos credentials available (default cache: KEYRING:persistent:0)
  47.  
  48. debug1: Next authentication method: publickey
  49. debug1: Offering RSA public key: /root/.ssh/id_rsa
  50. debug1: Server accepts key: pkalg ssh-rsa blen 279
  51. debug1: key_parse_private2: missing begin marker
  52. debug1: read PEM private key done: type RSA
  53. debug1: Authentication succeeded (publickey).
  54. Authenticated to 172.16.28.3 ([172.16.28.3]:22).
  55. debug1: channel 0: new [client-session]
  56. debug1: Requesting no-more-sessions@openssh.com
  57. debug1: Entering interactive session.
  58. Write failed: Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement