So for my task I would like to establish a connection with my remote server ,put in my organization’s login details , then send a command to remote computers terminal to list the files of my home directory .
Any suggestions on possible modules.?
I have figured out how to connect to my remote server (I used WMI) and how to put in my login details (using pyautogui) but I can’t figure out how to open terminal and run my command. I tried using subprocess but its listing info from my local machine instead of the remote computer.
Nathan Quadras is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.