diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:22:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:22:58 +0000 |
commit | f827f6e3921a9c961999b0108293d4a64f1c5a9b (patch) | |
tree | 5d40b47ffee29ae69abe44d438dc4e02332c7bbd /debian/changelog | |
parent | Merging debian version 1:9.7p1-3. (diff) | |
download | openssh-f827f6e3921a9c961999b0108293d4a64f1c5a9b.tar.xz openssh-f827f6e3921a9c961999b0108293d4a64f1c5a9b.zip |
Releasing progress-linux version 1:9.7p1-3~progress7.99u1.progress-linux/1%9.7p1-3_progress7.99u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 86e5e1f..b790dc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,52 @@ +openssh (1:9.7p1-3~progress7.99u1) graograman-backports; urgency=medium + + * Uploading to graograman-backports, remaining changes: + - 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. + * Merging debian version 1:9.7p1-3. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 13 Apr 2024 10:22:31 +0200 + openssh (1:9.7p1-3) unstable; urgency=medium * Fix gssapi-keyex declaration further (thanks, Andreas Hasenack; |