Actions
Enhancement #453
closed[SSH] remove DSA keys, SSHFP: add SHA-256 fingerprint
Start date:
2015-07-02
Due date:
% Done:
100%
Estimated time:
Patch Available:
Confirmed:
No
Branch:
Entity:
DuckCorp
Security:
Help Needed:
No
Description
SHA-256 fingerprints should be added to SSHFP entries.
for key in /etc/ssh/ssh_host_*_key.pub; do \ ssh-keygen -r `hostname` -f $key; \ done
Actions