PubkeyAcceptedKeyTypes has been renamed to PubkeyAcceptedAlgorithms

This commit is contained in:
renmingshuai 2022-12-29 17:58:38 +08:00
parent 9fd9317839
commit e3a55f6697
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ HostKeyAlgorithms sm2
KexAlgorithms sm2-sm3
MACs hmac-sm3
Ciphers sm4-ctr
PubkeyAcceptedKeyTypes sm2
PubkeyAcceptedAlgorithms sm2
FingerprintHash sm3
---

View File

@ -6,7 +6,7 @@
%{?no_gtk2:%global gtk2 0}
%global sshd_uid 74
%global openssh_release 13
%global openssh_release 14
Name: openssh
Version: 8.8p1
@ -455,6 +455,12 @@ getent passwd sshd >/dev/null || \
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
%changelog
* Thu Dec 29 2022 renmingshuai <renmingshuai@huawei.com> - 8.8p1-14
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:PubkeyAcceptedKeyTypes has been renamed to PubkeyAcceptedAlgorithms in openssh-8.5p1
* Thu Dec 29 2022 renmingshuai <renmingshuai@huawei.com> - 8.8p1-13
- Type:bugfix
- CVE:NA