Guest User

Untitled

a guest
Jun 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. echo baz
  2.  
  3. ssh
  4.  
  5. ssh user@host 'read foo; echo ">>$foo<<"'
  6. echo bar
  7.  
  8. echo 'echo bar' | ssh user@host 'read foo; echo ">>$foo<<"'
  9.  
  10. ssh -n user@host 'echo foo'
  11. echo bar
Add Comment
Please, Sign In to add comment