1
0
Fork 0

Releasing progress-linux version 1:10.0p1-5progress8u1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 10:43:32 +02:00
parent b6ff09572d
commit 10b6c9a270
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

48
debian/changelog vendored
View file

@ -1,3 +1,51 @@
openssh (1:10.0p1-5progress8u1) horok; urgency=medium
* Initial upload to horok.
* Updating maintainer field.
* Updating uploaders field.
* Updating bugs field.
* Updating vcs fields.
* Enabling pam_access.so.
* Disabling pam_motd.so.
* Setting default RSA size in ssh-keygen to 4096.
* Setting default ECDSA size in ssh-keygen to 521.
* Removing small diffie-hellman moduli.
* Updating options in ssh_config.
* Including openssh-client configuration files for Progress Linux.
* Setting CASignatureAlgorithms in ssh_config to ED25519.
* Setting Ciphers in ssh_config to ChaCha20.
* Setting HostbasedKeyTypes in ssh_config to ED25519.
* Setting HostKeyAlgorithms in ssh_config to ED25519.
* Setting KexAlgorithms in ssh_config to
sntrup761x25519-sha512@openssh.com and Curve25519.
* Setting MACs in ssh_config to UMAC and HMAC.
* Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519.
* Setting IdentityFile in ssh_config to ED25519.
* Setting openssh-server/permit-root-login to false.
* Setting openssh-server/password-authentication to false.
* Including openssh-server configuration files for Progress Linux.
* Setting CASignatureAlgorithms in ssh_config to ED25519.
* Setting Ciphers in sshd_config to ChaCha20.
* Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519.
* Setting HostKeyAlgorithms in sshd_config to ED25519.
* Setting KexAlgorithms in sshd_config to
sntrup761x25519-sha512@openssh.com and Curve25519.
* Setting MACs in sshd_config to UMAC and HMAC.
* Setting PubkeyAcceptedKeyTypes in sshd_config to ED25519.
* Setting HostCertificate in sshd_config to ED25519.
* Setting HostKey in sshd_config to ED25519.
* Setting AuthorizedKeysFile in sshd_config to
/etc/ssh/authorized_keys/%u .ssh/authorized_keys.
* Setting AllowAgentForwarding in sshd_config to no.
* Setting DebianBanner in sshd_config to no.
* Setting LoginGraceTime in sshd_config to 1m.
* Setting MaxAuthTries in sshd_config to 3.
* Adding patches from Colin Evrard <colin.evrard.134@gmail.com> for
optional Multipath TCP support.
* Refreshing mptcp patches.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 21 Jun 2025 10:43:29 +0200
openssh (1:10.0p1-5) unstable; urgency=medium openssh (1:10.0p1-5) unstable; urgency=medium
* Ensure that configure knows the path to passwd; fixes reproducibility of * Ensure that configure knows the path to passwd; fixes reproducibility of