Advertisement
nicholasterry

nicholasterry ssh exchange kinit

Sep 24th, 2014
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. debug1: Host '<REDACTED>' is known and matches the RSA host key.
  2. debug1: Found key in <REDACTED>
  3. debug1: ssh_rsa_verify: signature correct
  4. debug2: kex_derive_keys
  5. debug2: set_newkeys: mode 1
  6. debug1: SSH2_MSG_NEWKEYS sent
  7. debug1: expecting SSH2_MSG_NEWKEYS
  8. debug2: set_newkeys: mode 0
  9. debug1: SSH2_MSG_NEWKEYS received
  10. debug1: Roaming not allowed by server
  11. debug1: SSH2_MSG_SERVICE_REQUEST sent
  12. debug2: service_accept: ssh-userauth
  13. debug1: SSH2_MSG_SERVICE_ACCEPT received
  14. debug2: key: <REDACTED>,
  15. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  16. debug3: start over, passed a different list publickey,gssapi-keyex,gssapi-with-mic,password
  17. debug3: preferred publickey,keyboard-interactive,password
  18. debug3: authmethod_lookup publickey
  19. debug3: remaining preferred: keyboard-interactive,password
  20. debug3: authmethod_is_enabled publickey
  21. debug1: Next authentication method: publickey
  22. debug1: Offering RSA public key: <REDACTED>
  23. debug3: send_pubkey_test
  24. debug2: we sent a publickey packet, wait for reply
  25. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  26. debug1: Trying private key: <REDACTED>
  27. debug3: no such identity: <REDACTED>: No such file or directory
  28. debug2: we did not send a packet, disable method
  29. debug3: authmethod_lookup password
  30. debug3: remaining preferred: ,password
  31. debug3: authmethod_is_enabled password
  32. debug1: Next authentication method: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement