mirror of
https://github.com/retspen/ssh-cmd-server.git
synced 2026-04-24 23:05:49 +03:00
Simple SSH server for running commands on remote machines.
- Python 100%
| README.md | ||
| requirements.txt | ||
| rsa.key | ||
| ssh_rcmd.py | ||
| ssh_server.py | ||
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