Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ssh -A user@remote "bash -s" < ./script "arg1" "arg2"
  2.  
  3. ssh -A user@remote "expect" < ./script "arg1" "arg2"
  4.  
  5. couldn't read file "arg1": No such file or directory.
Add Comment
Please, Sign In to add comment