 command
    
    
    
      command
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.15.0-rc2
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Jan 30, 2025
  
      
  
    License: MIT
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 15
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
        
  
    
       README
      ¶
      README
      ¶
    
    
      
        TLSCLIENT
The tlsproxy command establishes a TLS connection with a TLS server and redirects the stream to its stdin and stdout.
It is particularly useful as proxy command with openssh connecting to sshd behind tlsproxy.
Example:
Configure a backend in tlsproxy with:
backends:
- serverNames:
  - ssh.example.com
  mode: tcp
  addresses:
  - 192.168.1.10:22
  alpnProtos:
  - ssh
Then, in .ssh/config:
Host ssh.example.com
  ProxyCommand /path/to/tlsclient -alpn=ssh %h:443
Then run:
ssh user@ssh.example.com
 
      
      
    
   
      
      
        
          
  
    
       Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
    
Command tlsproxy establishes a TLS connection with a TLS server and redirects
the stream to its stdin and stdout.
  
      
     
   
        
      
      
        
  
    
       Source Files
      ¶
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.