Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.31 KB | None | 0 0
  1. [archie:~]
  2. > avahi-resolve-host-name raspberrypi.local
  3. raspberrypi.local       fe80::fe02:b8dd:c60d:66ec
  4. [archie:~]
  5. > ssh pi@raspberrypi.local
  6. ssh: Could not resolve hostname raspberrypi.local: Name or service not known
  7. [archie:~]
  8. > ssh pi@[fe80::fe02:b8dd:c60d:66ec]
  9. zsh: no matches found: pi@[fe80::fe02:b8dd:c60d:66ec]
  10. [archie:~]
  11. > ssh pi@fe80::fe02:b8dd:c60d:66ec%enp5s0f3u4i1
  12. The authenticity of host 'fe80::fe02:b8dd:c60d:66ec%enp5s0f3u4i1 (fe80::fe02:b8dd:c60d:66ec%enp5s0f3u4i1)' can't be
  13. established.
  14. ECDSA key fingerprint is SHA256:Tdal/ktq8ZW/qQvWQefyiUWU9qhty9C3T6sJBj+paY4.
  15. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
  16. Warning: Permanently added 'fe80::fe02:b8dd:c60d:66ec%enp5s0f3u4i1' (ECDSA) to the list of known hosts.
  17. Linux raspberrypi 4.19.75+ #1270 Tue Sep 24 18:38:54 BST 2019 armv6l
  18.  
  19. The programs included with the Debian GNU/Linux system are free software;
  20. the exact distribution terms for each program are described in the
  21. individual files in /usr/share/doc/*/copyright.
  22.  
  23. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  24. permitted by applicable law.
  25.  
  26. SSH is enabled and the default password for the 'pi' user has not been changed.
  27. This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
  28.  
  29. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement