From 4576b43151b34ad5fcf7285bcf98b65b0df9723c Mon Sep 17 00:00:00 2001 From: Vitor Fernandes Date: Sun, 27 Nov 2016 19:39:57 +0000 Subject: [PATCH] More on documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 9e964d8..54d6a28 100644 --- a/README.md +++ b/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)