# QSSH daemon runtime options (read by the qsshd.service systemd unit).
# Edit this file, then: systemctl restart qsshd
# Address and port qsshd listens on.
# Use 0.0.0.0:22222 to accept connections on all interfaces, or
# 127.0.0.1:22222 to restrict to localhost.
QSSHD_LISTEN=0.0.0.0:22222
# Extra options passed verbatim to qsshd, e.g.:
# QSSHD_OPTS=--max-connections 200
# (run `qsshd --help` for the full list)
QSSHD_OPTS=