packages/net/tmate-ssh-server/files/tmate-ssh-server.config
Paul Spooren ba82e9957d tmate-ssh-server: add package
The `tmate` tool is a fork of `tmux` which allows remote access to a
device without setting up any port forwarding. This commits adds the
backend server which handles connections.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-31 23:37:19 -10:00

6 lines
190 B
Text

config tmate-ssh-server 'main'
option listen_port 2222
option keys_dir '/etc/tmate-ssh-server/keys/'
# option ip '0.0.0.0'
# option hostname 'OpenWrt'
# option ssh_port_advertized 2222