Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 559 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 559 Bytes

py-ssh

Python script designed to establish SSH connections to remote servers and execute commands, py-ssh utilizes the Paramiko library for SSH communication. It provides a command-line interface (CLI) using argparse, allowing users to specify the hostname, port, username, password, and command to execute on the remote server.

python