2
0
zrcadlo https://git.coolaj86.com/coolaj86/telebit-relay.js.git synchronizováno 2025-12-20 01:08:38 +00:00

Merge branch 'commercial' of ssh://git.ppl.family:42022/ppl/commercial.telebit-relay.js into commercial

Tento commit je obsažen v:
John Shaver 2018-09-12 09:39:14 -07:00
revize 947971dc3d
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -149,7 +149,7 @@ Just confirm your email address:
<code class="quickstart-output">Forwarding ssh+https (openssl proxy) =&gt; 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>

Zobrazit soubor

@ -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.