mirror of
				https://git.coolaj86.com/coolaj86/telebit-relay.js.git
				synced 2025-10-31 06:22:46 +00:00 
			
		
		
		
	simplify the sclient params
This commit is contained in:
		
							parent
							
								
									6e1320fe9b
								
							
						
					
					
						commit
						f34f78cbfb
					
				| @ -128,7 +128,7 @@ Just confirm your email address: | |||||||
|   <code class="quickstart-output">Forwarding ssh+https (openssl proxy) => localhost:22</code> |   <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 -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> | <strong>For Debugging with TCP</strong> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -35,7 +35,7 @@ | |||||||
| 
 | 
 | ||||||
|   <h2>Examples</h2> |   <h2>Examples</h2> | ||||||
|   <h3>SSH</h3> |   <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. |   <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. |   It can also be used to multiplex and relay multiple ssh connections through a single host. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user