More on documentation
This commit is contained in:
parent
ac8b200daa
commit
4576b43151
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -77,6 +77,17 @@ The idea behind this is explained in the following diagram
|
|||
|------------| |---------------| |---------------| |---------|
|
||||
|
||||
|
||||
So for this you need to start the wrapperServer in a machine outside the monitored network, and
|
||||
a wrapperClient in your sshClient machine, the steps are the following
|
||||
|
||||
|
||||
sudo ./ssh2http -s -f localhost:10000 -t sshserver.com:22 --> In the server machine
|
||||
./ssh2http -f localhost:10000 -t sshserver.com:10000
|
||||
ssh login@localhost:10000
|
||||
|
||||
As an running example you can check [here](https://www.youtube.com/watch?v=OK7DjsOyMp8) for a demo
|
||||
|
||||
|
||||
# Notes
|
||||
|
||||
This tool was inspired in a very nice tool developed from a friend. [FWD](https://github.com/kintoandar/fwd)
|
||||
|
|
Loading…
Reference in a new issue