DanPacu

Untitled

Dec 14th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. pi@raspberrypi:~ $ exit
  2. cerrar sesión
  3. Connection to 192.168.1.71 closed.
  4. danpacu@MacdeDan ~ % ssh -v pi@192.168.1.71
  5. OpenSSH_8.1p1, LibreSSL 2.7.3
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7. debug1: /etc/ssh/ssh_config line 47: Applying options for *
  8. debug1: Connecting to 192.168.1.71 [192.168.1.71] port 22.
  9. debug1: Connection established.
  10. debug1: identity file /Users/danpacu/.ssh/id_rsa type -1
  11. debug1: identity file /Users/danpacu/.ssh/id_rsa-cert type -1
  12. debug1: identity file /Users/danpacu/.ssh/id_dsa type -1
  13. debug1: identity file /Users/danpacu/.ssh/id_dsa-cert type -1
  14. debug1: identity file /Users/danpacu/.ssh/id_ecdsa type -1
  15. debug1: identity file /Users/danpacu/.ssh/id_ecdsa-cert type -1
  16. debug1: identity file /Users/danpacu/.ssh/id_ed25519 type -1
  17. debug1: identity file /Users/danpacu/.ssh/id_ed25519-cert type -1
  18. debug1: identity file /Users/danpacu/.ssh/id_xmss type -1
  19. debug1: identity file /Users/danpacu/.ssh/id_xmss-cert type -1
  20. debug1: Local version string SSH-2.0-OpenSSH_8.1
  21. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Raspbian-10+deb10u2
  22. debug1: match: OpenSSH_7.9p1 Raspbian-10+deb10u2 pat OpenSSH* compat 0x04000000
  23. debug1: Authenticating to 192.168.1.71:22 as 'pi'
  24. debug1: SSH2_MSG_KEXINIT sent
  25. debug1: SSH2_MSG_KEXINIT received
  26. debug1: kex: algorithm: curve25519-sha256
  27. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  28. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  29. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  30. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  31. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:crLyDqFRZl9oONnj27/p2+OGGz/d9cHitkjtq8askOg
  32. debug1: Host '192.168.1.71' is known and matches the ECDSA host key.
  33. debug1: Found key in /Users/danpacu/.ssh/known_hosts:16
  34. debug1: rekey out after 134217728 blocks
  35. debug1: SSH2_MSG_NEWKEYS sent
  36. debug1: expecting SSH2_MSG_NEWKEYS
  37. debug1: SSH2_MSG_NEWKEYS received
  38. debug1: rekey in after 134217728 blocks
  39. debug1: Will attempt key: /Users/danpacu/.ssh/id_rsa
  40. debug1: Will attempt key: /Users/danpacu/.ssh/id_dsa
  41. debug1: Will attempt key: /Users/danpacu/.ssh/id_ecdsa
  42. debug1: Will attempt key: /Users/danpacu/.ssh/id_ed25519
  43. debug1: Will attempt key: /Users/danpacu/.ssh/id_xmss
  44. debug1: SSH2_MSG_EXT_INFO received
  45. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
  46. debug1: SSH2_MSG_SERVICE_ACCEPT received
  47. debug1: Authentications that can continue: publickey,password
  48. debug1: Next authentication method: publickey
  49. debug1: Trying private key: /Users/danpacu/.ssh/id_rsa
  50. debug1: Authentications that can continue: publickey,password
  51. debug1: Trying private key: /Users/danpacu/.ssh/id_dsa
  52. debug1: Trying private key: /Users/danpacu/.ssh/id_ecdsa
  53. debug1: Trying private key: /Users/danpacu/.ssh/id_ed25519
  54. debug1: Trying private key: /Users/danpacu/.ssh/id_xmss
  55. debug1: Next authentication method: password
  56. pi@192.168.1.71's password:
  57. debug1: Authentication succeeded (password).
  58. Authenticated to 192.168.1.71 ([192.168.1.71]:22).
  59. debug1: channel 0: new [client-session]
  60. debug1: Requesting no-more-sessions@openssh.com
  61. debug1: Entering interactive session.
  62. debug1: pledge: network
  63. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  64. debug1: Sending environment.
  65. debug1: Sending env LANG = es_ES.UTF-8
  66. Linux raspberrypi 5.4.81-v7l+ #1378 SMP Mon Dec 7 18:43:09 GMT 2020 armv7l
  67.  
  68. The programs included with the Debian GNU/Linux system are free software;
  69. the exact distribution terms for each program are described in the
  70. individual files in /usr/share/doc/*/copyright.
  71.  
  72. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  73. permitted by applicable law.
  74. Last login: Mon Dec 14 20:06:09 2020 from 192.168.1.89
  75. pi@raspberrypi:~ $
  76.  
Add Comment
Please, Sign In to add comment