Python sarge class library technical introduction pip install sarge python from sarge import Sarge client = Sarge("ssh user@example.com", port=22, username="user", password="password") result = client.run("ls") print(result.stdout) client.close()