I have done some searching on connecting to servers and running commands on servers using SSH in Python.
Most, if not all, recommended using Paramiko. However the servers on which the script will be running are heavily secured and it is near-impossible to install custom python libraries.
Is there a way to connect through SSH using Python without using any libraries that aren't native to Python 2.7?