We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493f131 commit 63b93e5Copy full SHA for 63b93e5
README.md
@@ -177,6 +177,24 @@ $ xdg-open 'http://example.com' # Same as lemonade open 'http://example.com'
177
```
178
179
180
+### Secure TCP Connection
181
+
182
+Lemonade doesn't provide encryption and authorization.
183
+However we can use `SSH Port forwarding` for the purpose.
184
185
+lemonade server
186
187
+```sh
188
+$ lemonade server -allow 127.0.0.1 &
189
+$ ssh -R 2489:127.0.0.1:2489 user@host
190
+```
191
192
+See:
193
194
+- [SSH/OpenSSH/PortForwarding - Community Help Wiki](https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding)
195
+- [WOW! and security? · Issue #14 · pocke/lemonade](https://github.com/pocke/lemonade/issues/14#)
196
197
198
199
Links
200
-------
0 commit comments