summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:43 +0000
commit19f99f0938bc6386fd8673363bb926a46b6e5fad (patch)
tree56c5550c25e81758eb6052173c17c2da39a0acba
parentRefreshing mptcp patches. (diff)
downloadopenssh-progress-linux.tar.xz
openssh-progress-linux.zip
Releasing progress-linux version 1:9.2p1-2+deb12u2~progress6.99u1.HEADprogress-linux/1%9.2p1-2+deb12u2_progress6.99u1progress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog50
1 files changed, 50 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index aa1399c..19580ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,53 @@
+openssh (1:9.2p1-2+deb12u2~progress6.99u1) fuchur-backports; urgency=medium
+
+ * Initial reupload to fuchur-backports.
+ * Updating maintainer field.
+ * Updating uploaders field.
+ * Updating bugs field.
+ * Updating vcs fields.
+ * Enabling pam_access.so.
+ * Disabling pam_motd.so.
+ * Setting default key type in ssh-keygen to ED25519.
+ * 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 and RSA.
+ * Setting Ciphers in ssh_config to ChaCha20 and AES.
+ * Setting HostbasedKeyTypes in ssh_config to ED25519 and RSA.
+ * Setting HostKeyAlgorithms in ssh_config to ED25519 and RSA.
+ * Setting KexAlgorithms in ssh_config to
+ sntrup761x25519-sha512@openssh.comm, Curve25519 and Diffie-Hellman.
+ * Setting MACs in ssh_config to UMAC and HMAC.
+ * Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA.
+ * Setting IdentityFile in ssh_config to ED25519 and RSA.
+ * Setting openssh-server/permit-root-login to false.
+ * Setting openssh-server/password-authentication to false.
+ * Setting default host key generation to ED25519 and RSA.
+ * Including openssh-server configuration files for Progress Linux.
+ * Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA.
+ * Setting Ciphers in sshd_config to ChaCha20 and AES.
+ * Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519 and RSA.
+ * Setting HostKeyAlgorithms in sshd_config to ED25519 and RSA.
+ * Setting KexAlgorithms in sshd_config to
+ sntrup761x25519-sha512@openssh.com, Curve25519 and Diffie-Hellman.
+ * Setting MACs in sshd_config to UMAC and HMAC.
+ * Setting PubkeyAcceptedKeyTypes in sshd_config to ED25519 and RSA.
+ * Setting HostCertificate in sshd_config to ED25519 and RSA.
+ * Setting HostKey in sshd_config to ED25519 and RSA.
+ * 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> Sun, 28 Apr 2024 16:08:38 +0200
+
openssh (1:9.2p1-2+deb12u2) bookworm-security; urgency=medium
* Cherry-pick from upstream: