Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. C:\Users\forth>ssh psuedo@192.168.0.120 -v
  2. OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5
  3. debug1: Connecting to 192.168.0.120 [192.168.0.120] port 22.
  4. debug1: Connection established.
  5. debug1: identity file C:\\Users\\forth/.ssh/id_rsa type 0
  6. debug1: key_load_public: No such file or directory
  7. debug1: identity file C:\\Users\\forth/.ssh/id_rsa-cert type -1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file C:\\Users\\forth/.ssh/id_dsa type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file C:\\Users\\forth/.ssh/id_dsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file C:\\Users\\forth/.ssh/id_ecdsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file C:\\Users\\forth/.ssh/id_ecdsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file C:\\Users\\forth/.ssh/id_ed25519 type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file C:\\Users\\forth/.ssh/id_ed25519-cert type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file C:\\Users\\forth/.ssh/id_xmss type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file C:\\Users\\forth/.ssh/id_xmss-cert type -1
  24. debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.7
  25. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.2
  26. debug1: match: OpenSSH_5.2 pat OpenSSH_5* compat 0x0c000000
  27. debug1: Authenticating to 192.168.0.120:22 as 'psuedo'
  28. debug1: SSH2_MSG_KEXINIT sent
  29. debug1: SSH2_MSG_KEXINIT received
  30. debug1: kex: algorithm: diffie-hellman-group-exchange-sha256
  31. debug1: kex: host key algorithm: ssh-rsa
  32. debug1: kex: server->client cipher: aes128-ctr MAC: umac-64@openssh.com compression: none
  33. debug1: kex: client->server cipher: aes128-ctr MAC: umac-64@openssh.com compression: none
  34. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<3072<8192) sent
  35. debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
  36. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  37. debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
  38. debug1: Server host key: ssh-rsa serverhostkeyhere
  39. debug1: Host '192.168.0.120' is known and matches the RSA host key.
  40. debug1: Found key in C:\\Users\\forth/.ssh/known_hosts:1
  41. debug1: rekey after 4294967296 blocks
  42. debug1: SSH2_MSG_NEWKEYS sent
  43. debug1: expecting SSH2_MSG_NEWKEYS
  44. debug1: SSH2_MSG_NEWKEYS received
  45. debug1: rekey after 4294967296 blocks
  46. debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
  47. debug1: SSH2_MSG_SERVICE_ACCEPT received
  48. debug1: Authentications that can continue: password
  49. debug1: Next authentication method: password
  50. debug1: read_passphrase: can't open /dev/tty: No such file or directory
  51. psuedo@192.168.0.120's password:
  52. debug1: Authentications that can continue: password
  53. Permission denied, please try again.
  54. debug1: read_passphrase: can't open /dev/tty: No such file or directory
  55. psuedo@192.168.0.120's password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement