#1140046 tinysshd: Please document which KexAlgorithms, Ciphers, MACs, HostKeyAlgorithms are supported

Package:
tinysshd
Source:
tinysshd
Description:
Tiny SSH server - daemon
Submitter:
Martin-Éric Racine
Date:
2026-06-15 09:01:02 UTC
Severity:
normal
#1140046#5
Date:
2026-06-15 09:00:02 UTC
From:
To:
Neither the documentation that ships with the package or the upstream site list which KexAlgorithms, Ciphers, MACs, HostKeyAlgorithms are supported.

What would help is something like (adjust according to what is actually supported):
-----
As of version 20260601, TinySSH supports the following SSH2 features:

KexAlgorithms		sntrup761x25519-sha512,curve25519-sha256
Ciphers			chacha20-poly1305@openssh.com,aes256-ctr
MACs			hmac-sha2-512
HostKeyAlgorithms	ssh-ed25519,rsa-sha2-512
-----

Cheers!
Martin-Éric