Advertisement
Guest User

SSH problem

a guest
Oct 12th, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. debug1: Server host key: ssh-rsa SHA256:9RdZ+nAMvKXztkyuirJrZYSuDSzmF2AGHN/ozPIIaVw
  2. debug3: hostkeys_foreach: reading file "/dev/null"
  3. debug3: hostkeys_foreach: reading file "/dev/null"
  4. Warning: Permanently added 'MYSERVER' (RSA) to the list of known hosts.
  5. debug2: bits set: 1523/3072
  6. debug3: send packet: type 21
  7. debug2: set_newkeys: mode 1
  8. debug1: rekey after 4294967296 blocks
  9. debug1: SSH2_MSG_NEWKEYS sent
  10. debug1: expecting SSH2_MSG_NEWKEYS
  11. debug3: receive packet: type 21
  12. debug2: set_newkeys: mode 0
  13. debug1: rekey after 4294967296 blocks
  14. debug1: SSH2_MSG_NEWKEYS received
  15. debug2: key: /Users/petrmanek/.ssh/id_rsa (0x7fc8a7f03240)
  16. debug2: key: /Users/petrmanek/.ssh/id_dsa (0x0)
  17. debug2: key: /Users/petrmanek/.ssh/id_ecdsa (0x0)
  18. debug2: key: /Users/petrmanek/.ssh/id_ed25519 (0x0)
  19. debug3: send packet: type 5
  20. debug3: receive packet: type 6
  21. debug2: service_accept: ssh-userauth
  22. debug1: SSH2_MSG_SERVICE_ACCEPT received
  23. debug3: send packet: type 50
  24. debug3: receive packet: type 51
  25. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
  26. debug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
  27. debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password
  28. debug3: authmethod_lookup gssapi-with-mic
  29. debug3: remaining preferred: publickey,keyboard-interactive,password
  30. debug3: authmethod_is_enabled gssapi-with-mic
  31. debug1: Next authentication method: gssapi-with-mic
  32. debug1: Miscellaneous failure (see text)
  33. Server (MYSERVER) unknown
  34.  
  35. debug1: An invalid name was supplied
  36. unknown mech-code 0 for mech 1 2 752 43 14 2
  37.  
  38. debug1: Miscellaneous failure (see text)
  39. unknown mech-code 0 for mech 1 3 6 1 5 5 14
  40.  
  41. debug3: send packet: type 50
  42. debug2: we sent a gssapi-with-mic packet, wait for reply
  43. debug3: receive packet: type 51
  44. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive
  45. debug1: An unsupported mechanism was requested
  46. unknown mech-code 0 for mech 1 3 5 1 5 2 7
  47.  
  48. debug1: Miscellaneous failure (see text)
  49. unknown mech-code 0 for mech 1 3 6 1 5 2 5
  50.  
  51. debug2: we did not send a packet, disable method
  52. debug3: authmethod_lookup publickey
  53. debug3: remaining preferred: keyboard-interactive,password
  54. debug3: authmethod_is_enabled publickey
  55. debug1: Next authentication method: publickey
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement