finish readme

This commit is contained in:
Boshi Lian 2022-07-05 20:30:41 +00:00
parent 6b3ebecf9e
commit e1aa1c9823
5 changed files with 180 additions and 183 deletions

10
plugin/fixed/README.md Normal file
View file

@ -0,0 +1,10 @@
# fixed plugin for sshpiperd
Targeting the fixed sshd endpoint. Note, key mapping is not supported. which means you cannot use public to login to remote sshd.
## Usage
```
sshpiperd fixed --target 127.0.0.1:5522
```