command
Version:
v0.14.1
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
Command tlsproxy establishes a TLS connection with a TLS server and redirects
the stream to its stdin and stdout.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.