Open fschoenm opened 3 weeks ago
Same, 24.10, apt has dropped dsa1024. I believe NIST disallowed dsa1024 eleven years ago and it's been on apt's/canonical's deprecated list for years, it appears they finally followed through.
I read a bit on other companies in the same boat can "double sign", and it just takes a little work on our part to take the more secure key.
I'm willing to dumb-down my security for this, stupidly. Here's a workaround on 24.10:
sudo apt update # shows "untrusted public key algorithm: dsa1024"
sudo apt update --allow-insecure-repositories
sudo apt install jfrog-cli-v2-jf # success :(
Describe the bug
On Ubuntu 24.10, jfrog-cli cannot be installed anymore as described on your download page (https://jfrog.com/getcli/) because the key algorithm (DSA-1024) is untrusted:
Current behavior
Installation impossible from Ubuntu/Debian repo.
Reproduction steps
No response
Expected behavior
No response
JFrog CLI version
n/a
Operating system type and version
Ubuntu 24.10
JFrog Artifactory version
No response
JFrog Xray version
No response