From 8b641db4705b5ff0bcfd41ae02d106fc05e54e6c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 11 Sep 2018 01:58:49 -0600 Subject: [PATCH] more ssh proxy examples --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 842c8ae..49e2bb3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,18 @@ cURL $ curl http://localhost:3000 -H 'Host: whatever.com' ``` +Inverse SSH proxy (ssh over https): + +```bash +$ sclient --ssh user@example.com +``` + +(this is the same as a normal SSH Proxy, just easier to type): + +```bash +$ ssh -o ProxyCommand="sclient %h" user@example.com +``` + A poor man's (or Windows user's) makeshift replacement for `openssl s_client`, `stunnel`, or `socat`. Install