hamidi2

Untitled

Jun 29th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. debug1: Reading configuration data /home/hamidi/.ssh/config
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  4. debug1: Connecting to my [195.xxx.xxx.xxx] port 22.
  5. debug1: Connection established.
  6. debug1: identity file /home/hamidi/.ssh/id_rsa type 0
  7. debug1: identity file /home/hamidi/.ssh/id_rsa-cert type -1
  8. debug1: identity file /home/hamidi/.ssh/id_dsa type -1
  9. debug1: identity file /home/hamidi/.ssh/id_dsa-cert type -1
  10. debug1: identity file /home/hamidi/.ssh/id_ecdsa type -1
  11. debug1: identity file /home/hamidi/.ssh/id_ecdsa-cert type -1
  12. debug1: identity file /home/hamidi/.ssh/id_ed25519 type -1
  13. debug1: identity file /home/hamidi/.ssh/id_ed25519-cert type -1
  14. debug1: identity file /home/hamidi/.ssh/id_xmss type -1
  15. debug1: identity file /home/hamidi/.ssh/id_xmss-cert type -1
  16. debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2
  17. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
  18. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.8 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  19. debug1: Authenticating to my:22 as 'hamidi'
  20. debug1: SSH2_MSG_KEXINIT sent
  21. debug1: SSH2_MSG_KEXINIT received
  22. debug1: kex: algorithm: [email protected]
  23. debug1: kex: host key algorithm: rsa-sha2-512
  24. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  25. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  26. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  27. debug1: Server host key: ssh-rsa SHA256:GLEbQGgsPG4q1m5NpQpx1qgfGH+niS93ZQqz/m+amIM
  28. The authenticity of host 'my (195.xxx.xxx.xxx)' can't be established.
  29. RSA key fingerprint is SHA256:GLEbQGgsPG4q1m5NpQpx1qgfGH+niS93ZQqz/m+amIM.
  30. Are you sure you want to continue connecting (yes/no)? yes
  31. Warning: Permanently added 'my,195.xxx.xxx.xxx' (RSA) to the list of known hosts.
  32. debug1: rekey after 134217728 blocks
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: rekey after 134217728 blocks
  37. debug1: Will attempt key: /home/hamidi/.ssh/id_rsa RSA SHA256:XPZJP0PUv/cEg+Z0tsDL6sm8aTEkl/vt+ewJt/RwwH8 agent
  38. debug1: Will attempt key: /home/hamidi/.ssh/id_dsa
  39. debug1: Will attempt key: /home/hamidi/.ssh/id_ecdsa
  40. debug1: Will attempt key: /home/hamidi/.ssh/id_ed25519
  41. debug1: Will attempt key: /home/hamidi/.ssh/id_xmss
  42. debug1: SSH2_MSG_EXT_INFO received
  43. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  44. debug1: SSH2_MSG_SERVICE_ACCEPT received
  45. debug1: Authentications that can continue: publickey,password
  46. debug1: Next authentication method: publickey
  47. debug1: Offering public key: /home/hamidi/.ssh/id_rsa RSA SHA256:XPZJP0PUv/cEg+Z0tsDL6sm8aTEkl/vt+ewJt/RwwH8 agent
  48. debug1: Authentications that can continue: publickey,password
  49. debug1: Trying private key: /home/hamidi/.ssh/id_dsa
  50. debug1: Trying private key: /home/hamidi/.ssh/id_ecdsa
  51. debug1: Trying private key: /home/hamidi/.ssh/id_ed25519
  52. debug1: Trying private key: /home/hamidi/.ssh/id_xmss
  53. debug1: Next authentication method: password
  54. hamidi@my's password:
  55. debug1: Authentication succeeded (password).
  56. Authenticated to my ([195.xxx.xxx.xxx]:22).
  57. debug1: channel 0: new [client-session]
  58. debug1: Requesting [email protected]
  59. debug1: Entering interactive session.
  60. debug1: pledge: network
  61. debug1: client_input_global_request: rtype [email protected] want_reply 0
  62. debug1: Sending environment.
  63. debug1: Sending env LANG = en_US.UTF-8
  64. Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.4.0-184-generic x86_64)
  65. ...
Add Comment
Please, Sign In to add comment