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>
6 lines
190 B
Text
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
|