Merge branch 'commercial' of ssh://git.ppl.family:42022/ppl/commercial.telebit-relay.js into commercial
This commit is contained in:
commit
947971dc3d
|
@ -149,7 +149,7 @@ Just confirm your email address:
|
|||
<code class="quickstart-output">Forwarding ssh+https (openssl proxy) => localhost:22</code>
|
||||
|
||||
<code class="quickstart-input">ssh -p 5050 jondoe.telebit.io</code>
|
||||
<code class="quickstart-input">ssh -o ProxyCommand="sclient %h:443" jondoe.telebit.io</code>
|
||||
<code class="quickstart-input">ssh -o ProxyCommand="<a href="sclient/">sclient</a> %h" jondoe.telebit.io</code>
|
||||
|
||||
<strong>For Debugging with TCP</strong>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<h2>Examples</h2>
|
||||
<h3>SSH</h3>
|
||||
<pre><code>$ ssh -o ProxyCommand="sclient %h:443" jon.telebit.io</code></pre>
|
||||
<pre><code>$ ssh -o ProxyCommand="sclient %h" jon.telebit.io</code></pre>
|
||||
|
||||
<p>This is useful to be able to connect to SSH even from behind a corporate packet-inspection firewall.
|
||||
It can also be used to multiplex and relay multiple ssh connections through a single host.
|
||||
|
|
Loading…
Reference in New Issue