mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Since libssh 0.9.0 the global server configuration file is automatically parsed when new connections are accepted, unless ssh_bind_options_parse_config() is explicitly called or the automatic parsing is disabled by setting the SSH_BIND_OPTIONS_PROCESS_CONFIG option with false. This adds an explicit call to ssh_bind_options_parse_config() before setting the options to avoid them to be overridden. Fixes #72 Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
tmate server side
tmate-ssh-server is the server side part of tmate.io.
Usage
See on tmate.io.
Docker image
A docker image is provided:
tmate/tmate-ssh-server
The following environment variables are used to configure the server:
SSH_KEYS_PATH
(mandatory): The path where the ssh keys are located.HAS_WEBSOCKET
: set to1
if the tmate-websocket server exists (for HTML5 clients).USE_PROXY_PROTOCOL
: set to1
if the ssh server is behind a load balancer that uses the proxy protocol enabled. This is useful to get client real IPs.SSH_HOSTNAME
: configures the SSH hostname to advertise to tmate hosts.SSH_PORT_LISTEN
: port on which the SSH server should listen on.SSH_PORT_ADVERTISE
: configures the SSH port to advertise to tmate hosts. Defaults toSSH_PORT_LISTEN
.
Note that you need to add the SYS_ADMIN capability to the container. This is needed to create nested containers (namespaces) to secure sessions.
License
MIT license.
Description
Languages
C
90.8%
Roff
6.9%
M4
0.9%
Awk
0.6%
Makefile
0.4%
Other
0.3%