diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-09-20 10:51:40 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-09-20 10:51:40 +0200 |
| commit | 7aa35eff59611cb90f2409831650ac39506163aa (patch) | |
| tree | f451c2989245f019125118b3984fca5b0c64f7ce /python/setup.py | |
| parent | 91afb698a063499f81bc967e57f07e6ea5823eb0 (diff) | |
| download | vyos-1x-7aa35eff59611cb90f2409831650ac39506163aa.tar.gz vyos-1x-7aa35eff59611cb90f2409831650ac39506163aa.zip | |
ssh: T7839: fix warning on deprecated algorithms during commit
The list calculation of in-use but deprecated SSH hostkey algorithms was wrong.
This was implemented in commit 6deda171e ("ssh: T7839: add deprecation warning
for DSA hostkey-algorithm usage"). It always returned the content of the list
of deprecated algorithms, but not the list of deprecated algorithms actually -
in use - by the configuration. This has been corrected.
Before:
DEPRECATION WARNING: Support for SSH-DSA keys is deprecated and will
be removed in VyOS 1.6. Please update affected keys to a supported
algorithm (e.g., RSA, ECDSA or ED25519) to avoid authentication
failures after the upgrade. The following hostkey-algorithms are in
use: ssh-dss, ssh-dss-cert-v01@openssh.com
After:
DEPRECATION WARNING: Support for SSH-DSA keys is deprecated and will
be removed in VyOS 1.6. Please update affected keys to a supported
algorithm (e.g., RSA, ECDSA or ED25519) to avoid authentication
failures after the upgrade. The following hostkey-algorithms are in
use: ssh-dss
The generation of the MOTD was not affected!
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions
