diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-12-05 14:51:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-12-05 14:51:09 +0000 |
commit | 344b559f6a02d5ed8cea42322c4b3c6cf4cd275e (patch) | |
tree | b1cca9d1e644fd64fb296ef10786116d60aae9a9 | |
parent | Setting MaxAuthTries in sshd_config to 3. (diff) | |
download | openssh-progress-linux.tar.xz openssh-progress-linux.zip |
Releasing progress-linux version 1:8.4p1-3progress6u1.HEADprogress-linux/1%8.4p1-3progress6u1progress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index df9ce82..35c845b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +openssh (1:8.4p1-3progress6u1) fuchur; urgency=medium + + * Uploading to fuchur. + * 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. + * Updating options in ssh_config. + * 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 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. + * Removing version control tags in sshd_config. + * Setting openssh-server/permit-root-login to false. + * Setting openssh-server/password-authentication to false. + * Setting default host key generation to ED25519 and RSA. + * 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 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. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 05 Dec 2020 15:50:50 +0100 + openssh (1:8.4p1-3) unstable; urgency=medium * Backport from upstream: |