A SSH(Secure Shell) server/client library
Project description
rssh
If you find a bug or have a good idea make a issue or a pull request
What is this
rssh is a Python 3 library, with ssh server/client. It's multithreaded and uses RSA 4096 bits (By default).
OS Support
- SSH Client
- Windows :heavy_check_mark:
- Linux :heavy_check_mark:
- Mac :question:
- SSH Server
- Windows :x:
- Linux :heavy_check_mark:
- Mac :question:
How to install
On terminal type: python3 -m pip install rssh
Or clone the repo and install typing: python3 setup.py install
And test, open python3 and type: import rssh
License
This project is under MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rssh-1.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
rssh-1.0-py3-none-any.whl
(5.3 kB
view hashes)