Guest User

Untitled

a guest
Oct 10th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ssh -vvv -o PreferredAuthentications=keyboard-interactive -o PubkeyAuthentication=no user@host
  2.  
  3. debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  4. debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
  5. debug1: kex: diffie-hellman-group-exchange-sha256 need=32 dh_need=32
  6. debug1: kex: diffie-hellman-group-exchange-sha256 need=32 dh_need=32
  7. debug3: send packet: type 34
  8. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<8192<8192) sent
  9. Connection closed by 192.168.2.12 port 22
  10.  
  11. debug2: mac_setup: found hmac-md5-etm@openssh.com
  12. debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
  13. debug2: mac_setup: found hmac-md5-etm@openssh.com
  14. debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
  15. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  16. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  17. debug2: dh_gen_key: priv key bits set: 132/256
  18. debug2: bits set: 512/1024
  19. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  20. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  21. debug1: Server host key: RSA 28:0d:78:e3:61:3a:72:5e:e5:17:b9:27:0b:ad:33:5f
  22. debug3: load_hostkeys: loading entries for host "192.168.2.12" from file "/Users/rim/.ssh/known_hosts"
  23. debug3: load_hostkeys: found key type RSA in file /Users/rim/.ssh/known_hosts:7
  24. debug3: load_hostkeys: loaded 1 keys
  25. debug1: Host '192.168.2.12' is known and matches the RSA host key.
  26. debug1: Found key in /Users/rim/.ssh/known_hosts:7
  27. debug2: bits set: 519/1024
  28. debug1: ssh_rsa_verify: signature correct
  29. debug2: kex_derive_keys
  30. debug2: set_newkeys: mode 1
  31. debug1: SSH2_MSG_NEWKEYS sent
  32. debug1: expecting SSH2_MSG_NEWKEYS
  33. debug2: set_newkeys: mode 0
  34. debug1: SSH2_MSG_NEWKEYS received
  35. debug1: SSH2_MSG_SERVICE_REQUEST sent
  36. debug2: service_accept: ssh-userauth
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug2: key: /Users/rim/.ssh/id_rsa (0x0),
  39. debug2: key: /Users/rim/.ssh/id_dsa (0x0),
  40. debug1: Authentications that can continue: publickey,password,keyboard-interactive
  41. debug3: start over, passed a different list publickey,password,keyboard-interactive
  42. debug3: preferred keyboard-interactive
  43. debug3: authmethod_lookup keyboard-interactive
  44. debug3: remaining preferred:
  45. debug3: authmethod_is_enabled keyboard-interactive
  46. debug1: Next authentication method: keyboard-interactive
  47. debug2: userauth_kbdint
  48. debug2: we sent a keyboard-interactive packet, wait for reply
  49. debug2: input_userauth_info_req
  50. debug2: input_userauth_info_req: num_prompts 1
  51. Password:
Add Comment
Please, Sign In to add comment