gheja

Untitled

May 12th, 2021 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. $ cat /etc/hosts | grep asd.local
  2. 192.168.0.1 asd.local
  3. 192.168.0.2 asd.local
  4. 192.168.0.3 asd.local
  5. 192.168.0.4 asd.local
  6.  
  7. $ ssh -v asd.local
  8. [...]
  9. debug1: Connecting to asd.local [192.168.0.1] port 22.
  10. debug1: connect to address 192.168.0.1 port 22: No route to host
  11. debug1: Connecting to asd.local [192.168.0.2] port 22.
  12. debug1: connect to address 192.168.0.2 port 22: No route to host
  13. debug1: Connecting to asd.local [192.168.0.3] port 22.
  14. debug1: connect to address 192.168.0.3 port 22: No route to host
  15. debug1: Connecting to asd.local [192.168.0.4] port 22.
  16. debug1: connect to address 192.168.0.4 port 22: No route to host
  17. ssh: connect to host asd.local port 22: No route to host
  18.  
Add Comment
Please, Sign In to add comment