mirror of
https://github.com/openwrt/packages.git
synced 2025-07-17 07:34:46 +00:00
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>
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
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
|