summaryrefslogtreecommitdiff
path: root/src/migration-scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-09-20 10:51:40 +0200
committerChristian Breunig <christian@breunig.cc>2025-09-20 10:51:40 +0200
commit7aa35eff59611cb90f2409831650ac39506163aa (patch)
treef451c2989245f019125118b3984fca5b0c64f7ce /src/migration-scripts
parent91afb698a063499f81bc967e57f07e6ea5823eb0 (diff)
downloadvyos-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 'src/migration-scripts')
0 files changed, 0 insertions, 0 deletions