SSH Scripting with Fabric and Python - Mouse Vs Python
Briefly

"Fabric is a high-level Python package designed especially to execute shell commands remotely over SSH and yielding useful Python objects in return."
"You only need two lines of code to start running commands on a remote machine."
"You can use Python's pip tool to install Fabric, which is a third party package necessary for using it."
"If the remote machine requires credentials, you need to create a Config object to manage your connection parameters effectively."
Read at Mouse Vs Python
[
]
[
|
]