ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010761ClearCenterapp-dynamic-dns - Dynamic DNSpublic2016-09-23 12:482017-03-03 07:25
Reporterdloper 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version7.2.0 Updates 
Target VersionFixed in Version 
Summary0010761: Add SSHFP to dynamic DNS
DescriptionSSH Fingerprints through DNS allows for increased confidence when accessing servers by requiring the match of the SSH key.

To calculate these to be able to upload to the SDN in a Dynamic DNS transaction, the following will be run on the local machine:

ssh-keygen -r 127.0.0.1

You may get something similar to:

127.0.0.1 IN SSHFP 1 1 698cbe74f36acbf1702fe447bd3beacf67b6a214
127.0.0.1 IN SSHFP 1 2 36c8385bd55df320281e185bc777a4d0e6fba46d3b6410209ae3fff106a88a51
127.0.0.1 IN SSHFP 3 1 6ddb585b6f99f948a4626f1b807bd3b671ab0917
127.0.0.1 IN SSHFP 3 2 8af17b210e0dc4e1c438055961a85dc4281625eb7d4fe38b0c51275dae681e12

The returned results should work for BIND but you would need to replace the 127.0.0.1 with the dynamic DNS name.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-09-23 12:48 dloper New Issue
2017-03-03 07:25 user2 Status new => acknowledged