Guest User

Untitled

a guest
Mar 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ssh -R "*:0:localhost:22" -N -T mypi@myserver
  2.  
  3. Allocated port 33238 for remote forward to localhost:22
  4.  
  5. myssh-command |
  6. while IFS= read -r line
  7. do
  8. echo "$line"
  9. done
Add Comment
Please, Sign In to add comment