Guest User

ssh problem

a guest
May 14th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Pergam:~ alexandrum$ ssh -v [email protected]
  2. OpenSSH_7.6p1, LibreSSL 2.6.2
  3. debug1: Reading configuration data /Users/alexandrum/.ssh/config
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  6. debug1: Connecting to spook.local port 22.
  7.  
  8.  
  9. Pergam:~ alexandrum$ ssh -v [email protected]
  10. OpenSSH_7.6p1, LibreSSL 2.6.2
  11. debug1: Reading configuration data /Users/alexandrum/.ssh/config
  12. debug1: Reading configuration data /etc/ssh/ssh_config
  13. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  14. debug1: Connecting to 10.0.2.15 port 22.
  15.  
  16.  
  17. Pergam:~ alexandrum$ ssh -v [email protected]/24
  18. OpenSSH_7.6p1, LibreSSL 2.6.2
  19. debug1: Reading configuration data /Users/alexandrum/.ssh/config
  20. debug1: Reading configuration data /etc/ssh/ssh_config
  21. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  22. debug1: Connecting to 10.0.2.15/24 port 22.
  23. ssh: Could not resolve hostname 10.0.2.15/24: nodename nor servname provided, or not known
  24.  
  25.  
  26. Pergam:~ alexandrum$ ping 10.0.2.15
  27. PING 10.0.2.15 (10.0.2.15): 56 data bytes
  28. Request timeout for icmp_seq 0
  29. Request timeout for icmp_seq 1
  30. Request timeout for icmp_seq 2
  31. 76 bytes from te-0-6-0-0.br2.nat.roedu.net (37.128.239.150): Destination Net Unreachable
  32. Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
  33. 4 5 a0 5400 a92f 0 0000 39 01 0a13 192.168.1.16 10.0.2.15
  34.  
  35. Request timeout for icmp_seq 3
  36. Request timeout for icmp_seq 4
  37. Request timeout for icmp_seq 5
Advertisement
Add Comment
Please, Sign In to add comment