Project

General

Profile

Actions

Enhancement #453

closed

[SSH] remove DSA keys, SSHFP: add SHA-256 fingerprint

Added by Pierre-Louis Bonicoli almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Service :: DNS
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

Also available in: Atom PDF