Guest User

Untitled

a guest
Jun 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public> ssh /home/username/test.sock
  2. "ssh: Could not resolve hostname: /home/username/test.sock: Name of service not known"
  3.  
  4. local> ssh -NR 2222:localhost:22 public
  5.  
  6. local> ssh -NR /home/username/test.sock:localhost:22 public
Add Comment
Please, Sign In to add comment