Guest User

Untitled

a guest
Oct 19th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. usrun -u root rush
  2.  
  3. putty.exe -ssh user@host -m commands.txt
  4.  
  5. usrun -u root rush
  6.  
  7. command1
  8. command2
  9.  
  10. command1 ; command2
  11.  
  12. echo usrun -u root rush>input.txt
  13. echo password>input.txt
  14. echo command_for_usrun>input.txt
  15. plink -ssh user@host < input.txt
Add Comment
Please, Sign In to add comment