Skip to content

Latest commit

 

History

History

execute-ssh-commands

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

To run this:

  • pip3 install -r requirements.txt
  • To execute certain commands, edit execute_commands.py on your needs and then execute.
  • To execute an entire BASH script (.sh) named script.sh for instance on 192.168.1.101 with test as username and abc123 as password:
    python execute_bash.py 192.168.1.101 -u root -p inventedpassword123 -b script.sh