From 1bbe96f9f892bb5eb0fa49418a2c3df7f5e19f1a Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:55:33 +0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 93d2ab4..4e628eb 100644 --- a/Home.md +++ b/Home.md @@ -15,6 +15,9 @@ Install from github ```bash pip install git+https://github.com/damp11113/PyserSSH.git ``` +## Optional Packages + - [damp11113-library](https://github.com/damp11113/damp11113-library) + # Quick Example ```py import os @@ -37,10 +40,13 @@ This example you can connect with `ssh admin@localhost -p 2222` and press enter If you input `hello` the response is `world` # Demo +https://github.com/damp11113/PyserSSH/assets/64675096/49bef3e2-3b15-4b64-b88e-3ca84a955de7 + See [server.py](https://github.com/damp11113/PyserSSH/blob/main/demo/server.py) I intend to leaked private key because that key i generated new. I recommend to generate new key if you want to use on your host because that key is for demo only. why i talk about this? because when i push private key into this repo in next 5 min++ i getting new email from GitGuardian. in that email say " GitGuardian has detected the following RSA Private Key exposed within your GitHub account" i dont knows what is GitGuardian and i not install this app into my account. -https://github.com/damp11113/PyserSSH/assets/64675096/49bef3e2-3b15-4b64-b88e-3ca84a955de7 + +