You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ This project is part from [damp11113-library](https://github.com/damp11113/damp1
6
6
7
7
This Server use port **2222** for default port
8
8
9
+
> [!WARNING]
10
+
> For use in product please **generate new private key**! If you still use this demo private key maybe your product getting **hacked**! up to 90%. Please don't use this demo private key for real product.
11
+
9
12
# Install
10
13
Install from pypi
11
14
```bash
@@ -40,11 +43,25 @@ If you input `hello` the response is `world`
See [server.py](https://github.com/damp11113/PyserSSH/blob/main/demo/server.py)
46
+
For run this demo you can use this command
47
+
```
48
+
$ python -m PyserSSH
49
+
```
50
+
then
51
+
```
52
+
Do you want to run demo? (y/n): y
53
+
```
54
+
But if no [damp11113-library](https://github.com/damp11113/damp11113-library)
55
+
```
56
+
No 'damp11113-library'
57
+
This demo is require 'damp11113-library' for run
58
+
```
59
+
you need to install [damp11113-library](https://github.com/damp11113/damp11113-library) for run this demo by choose `y` or `yes` in lowercase or uppercase
60
+
```
61
+
Do you want to install 'damp11113-library'? (y/n): y
62
+
```
63
+
For exit demo you can use `ctrl+c` or use `shutdown now` in PyserSSH shell **(not in real terminal)**
44
64
45
65
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.
46
66
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 "
47
-
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.
48
-
49
-
50
-
67
+
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.
0 commit comments