Skip to content

Commit

Permalink
docs(readme): add PuTTY example
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Apr 16, 2018
1 parent 421c7e8 commit 8b74748
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ falls back to 0.0.0.0:2200)
falls back to 0.0.0.0:2000)
```

### Establishing tunnel with PuTTY and bleenco.space service

Lets say, you are running local webserver on port 7500.

Open PuTTY;

Host Name (or IP address): `bleenco.space` and Port: `2200`

<img src="https://user-images.githubusercontent.com/1796022/38806500-c09558a2-4179-11e8-88f1-d25a6f3fd4ab.png">

Go to `Category => Connection => SSH => Tunnels` and enter the following

<img src="https://user-images.githubusercontent.com/1796022/38806504-c3961bb8-4179-11e8-9559-b50ec5ca74cd.png">

Click `Open`, if it asks for login username just hit `Enter`.

You tunnel should now be established.

### Licence

```
Expand Down

0 comments on commit 8b74748

Please sign in to comment.