Simple SSH server for running commands on remote machines.
Find a file
2022-05-12 20:34:20 +03:00
README.md Initial commit 2022-05-12 18:57:16 +03:00
requirements.txt Initial commit 2022-05-12 18:57:16 +03:00
rsa.key Update rsa.key 2022-05-12 20:34:20 +03:00
ssh_rcmd.py Initial commit 2022-05-12 18:57:16 +03:00
ssh_server.py Initial commit 2022-05-12 18:57:16 +03:00

SSH cmd server

Simple SSH server for running commands on remote machines.

Usage

Run script ssh_server.py on your server.

$ python ssh_server.py 0.0.0.0 2222

Run script ssh_rcmd.py on remote machine that you wnat to run commands.

$ python ssh_rcmd.py 1.1.1.1 2222