I want to ssh to remote servers and execute a script which is already on the remote servers. Is it possible by python script using in-built modules? Unfortunately I can't use 3rd party modules due organization restrictions.
I believe its easier using SSH key based authentication but can't do that either. SSH login is by providing username and password.
Is there a way?
Thanks in advance!