qssh 0.4.3

Post-quantum secure shell with NIST PQC algorithms (Falcon, SPHINCS+, ML-KEM), configurable security tiers, and quantum-resistant protocol design
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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=