diff --git a/lib/admin/index.html b/lib/admin/index.html index e6ffba2..51a748a 100644 --- a/lib/admin/index.html +++ b/lib/admin/index.html @@ -142,6 +142,22 @@
sclient
+ to do so, because it makes it as simple as adding -o ProxyCommand="sclient %h"
to your
+ ssh command to enable ssh+https:
+ ssh -o ProxyCommand="sclient %h" {{ newHttp.name }}
+ openssl s_client
, which does the same thing, but is
+ more difficult to remember:
+ proxy_cmd='openssl s_client -connect %h:443 -servername %h -quiet'
+ssh -o ProxyCommand="$proxy_cmd" hot-skunk-45.telebit.io
+