Advertisement
michele_ub

Untitled

Apr 30th, 2018
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ~$ ssh -v user1@server.com -p 2222
  2. OpenSSH_7.5p1 Ubuntu-10ubuntu0.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 server.com [10.0.2.5] port 2222.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file /home/micheleclient/.ssh/id_rsa type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/micheleclient/.ssh/id_rsa-cert type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/micheleclient/.ssh/id_dsa type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/micheleclient/.ssh/id_dsa-cert type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /home/micheleclient/.ssh/id_ecdsa type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /home/micheleclient/.ssh/id_ecdsa-cert type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /home/micheleclient/.ssh/id_ed25519 type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /home/micheleclient/.ssh/id_ed25519-cert type -1
  23. debug1: Enabling compatibility mode for protocol 2.0
  24. debug1: Local version string SSH-2.0-OpenSSH_7.5p1 Ubuntu-10ubuntu0.1
  25. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.5p1 Ubuntu-10ubuntu0.1
  26. debug1: match: OpenSSH_7.5p1 Ubuntu-10ubuntu0.1 pat OpenSSH* compat 0x04000000
  27. debug1: Authenticating to server.com:2222 as 'user1'
  28. debug1: SSH2_MSG_KEXINIT sent
  29. debug1: SSH2_MSG_KEXINIT received
  30. debug1: kex: algorithm: curve25519-sha256
  31. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  32. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  33. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  34. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  35. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:ycCOVyRMzFst+8uwleIs1VtvhsoN+3GZE/Tjj7i/MlA
  36. debug1: Host '[server.com]:2222' is known and matches the ECDSA host key.
  37. debug1: Found key in /home/micheleclient/.ssh/known_hosts:10
  38. debug1: rekey after 134217728 blocks
  39. debug1: SSH2_MSG_NEWKEYS sent
  40. debug1: expecting SSH2_MSG_NEWKEYS
  41. debug1: SSH2_MSG_NEWKEYS received
  42. debug1: rekey after 134217728 blocks
  43. debug1: SSH2_MSG_EXT_INFO received
  44. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
  45. debug1: SSH2_MSG_SERVICE_ACCEPT received
  46. debug1: Authentications that can continue: publickey,password
  47. debug1: Next authentication method: publickey
  48. debug1: Trying private key: /home/micheleclient/.ssh/id_rsa
  49. debug1: Trying private key: /home/micheleclient/.ssh/id_dsa
  50. debug1: Trying private key: /home/micheleclient/.ssh/id_ecdsa
  51. debug1: Trying private key: /home/micheleclient/.ssh/id_ed25519
  52. debug1: Next authentication method: password
  53. user1@server.com's password:
  54. debug1: Authentications that can continue: publickey,password
  55. Permission denied, please try again.
  56. user1@server.com's password:
  57. debug1: Authentications that can continue: publickey,password
  58. Permission denied, please try again.
  59. user1@server.com's password:
  60. debug1: Authentications that can continue: publickey,password
  61. debug1: No more authentication methods to try.
  62. Permission denied (publickey,password).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement