I have a requirement where i need to do the following
I need to ssh to a linux box , run a command , get the output back and i need to do some manipulations.
Is that possible via python subprocess module.
Basically i need a .py code in which i will give the ip address, username and password for connecting to the linux box and run a command and get the output.
Also is that possible via any other modules available in Python.
Suggestions are welcome.