/paramiko_template

Template script for paramiko ssh

Primary LanguagePythonApache License 2.0Apache-2.0

Paramiko template

Template script for use with Paramiko. This is a good base to work from for automation.

Usage

./test.py hosts.txt username passowrd

This will load the hostnames defined in the file one by one and output the SSH command on them.

Requirements

python3
pip3 install paramiko