Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. marin@HawaiianArtists:~$ ssh -v root@myblog
  2. OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug1: Connecting to 165sdfsdfdsfsdf [165.sdfsdsf2] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/marin/.ssh/id_rsa type 1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /home/marin/.ssh/id_rsa-cert type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /home/marin/.ssh/id_dsa type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /home/marin/.ssh/id_dsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/marin/.ssh/id_ecdsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /home/marin/.ssh/id_ecdsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /home/marin/.ssh/id_ed25519 type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /home/marin/.ssh/id_ed25519-cert type -1
  22. debug1: Enabling compatibility mode for protocol 2.0
  23. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
  24. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2
  25. debug1: match: OpenSSH_7.2 pat OpenSSH* compat 0x04000000
  26. debug1: Authenticating to 165.225.151.242:22 as 'root'
  27. debug1: SSH2_MSG_KEXINIT sent
  28. debug1: SSH2_MSG_KEXINIT received
  29. debug1: kex: algorithm: curve25519-sha256@libssh.org
  30. debug1: kex: host key algorithm: rsa-sha2-512
  31. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  32. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  33. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  34. debug1: Server host key: ssh-rsa SHA256:p0/9bBFym6xQsQLtrysPxsPIuNv0hLP6rGfslU/1K4Q
  35. debug1: Host '165.225.151.242' is known and matches the RSA host key.
  36. debug1: Found key in /home/marin/.ssh/known_hosts:4
  37. debug1: rekey after 134217728 blocks
  38. debug1: SSH2_MSG_NEWKEYS sent
  39. debug1: expecting SSH2_MSG_NEWKEYS
  40. debug1: rekey after 134217728 blocks
  41. debug1: SSH2_MSG_NEWKEYS received
  42. debug1: SSH2_MSG_EXT_INFO received
  43. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  44. debug1: SSH2_MSG_SERVICE_ACCEPT received
  45. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  46. debug1: Next authentication method: publickey
  47. debug1: Offering RSA public key: /home/marin/.ssh/id_rsa
  48. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  49. debug1: Trying private key: /home/marin/.ssh/id_dsa
  50. debug1: Trying private key: /home/marin/.ssh/id_ecdsa
  51. debug1: Trying private key: /home/marin/.ssh/id_ed25519
  52. debug1: Next authentication method: keyboard-interactive
  53. Password:
  54. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  55. Password:
  56. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  57. Password:
  58. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  59. debug1: Next authentication method: password
  60. root@165.2sdf2's password:
  61. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  62. Permission denied, please try again.
  63. root@165.225sdfsdf's password:
  64. Received disconnect from 165.sdf5sdfsdf2 port 22:2: Too many authentication failures
  65. debug1: Authentication succeeded (password).
  66. Authenticated to 165.2sdf2 ([16sdfdsfdfs2]:22).
  67. debug1: channel 0: new [client-session]
  68. debug1: Requesting no-more-sessions@openssh.com
  69. debug1: Entering interactive session.
  70. debug1: pledge: network
  71. debug1: channel 0: free: client-session, nchannels 1
  72. Connection to 16sdfsdf.sd2 closed by remote host.
  73. Connection to 165.2sdfds2 closed.
  74. Transferred: sent 2496, received 2232 bytes, in 0.0 seconds
  75. Bytes per second: sent 530155.6, received 474081.5
  76. debug1: Exit status -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement