Skip to content

Commit

Permalink
Mention about secure usage in readme. #14
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed May 2, 2016
1 parent 493f131 commit 63b93e5
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 @@ -177,6 +177,24 @@ $ xdg-open 'http://example.com' # Same as lemonade open 'http://example.com'
```


### Secure TCP Connection

Lemonade doesn't provide encryption and authorization.
However we can use `SSH Port forwarding` for the purpose.

lemonade server

```sh
$ lemonade server -allow 127.0.0.1 &
$ ssh -R 2489:127.0.0.1:2489 user@host
```

See:

- [SSH/OpenSSH/PortForwarding - Community Help Wiki](https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding)
- [WOW! and security? · Issue #14 · pocke/lemonade](https://github.com/pocke/lemonade/issues/14#)



Links
-------
Expand Down

0 comments on commit 63b93e5

Please sign in to comment.