New comment by ethamck on void-packages repository https://github.com/void-linux/void-packages/pull/51059#issuecomment-2211296481 Comment: Disabling DSS broke SSHing with iLO3 on my HP server (ProLiant DL380 G7 c. 2010); it can't be updated to a newer key algorithm as far as I know. I'm going to keep around a PKGBUILD of 9.7p1 if that still works. Judging from the fact that the command I've been running thus far has been the ugly ``` ssh -oKexAlgorithms=+diffie-hellman-group14-sha1 -oHostKeyAlgorithms=+ssh-dss ``` it seems that disabling it is the right move. I doubt it'll break anything modern.