1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-29 20:57:22 +02:00

SSHFP record creation should scan nonstandard SSH port if necessary (#974)

* sshfp records from nonstandard ports

If port 22 is not open, dns_update.py will not create SSHFP records
because it only scans port 22 for keys. This commit modifies
dns_update.py to parse the sshd_config file for open ports, and
then obtains keys from one of them (even if port 22 is not open).

* modified test of s per JoshData request

* edit CHANGELOG per JoshData

* fix typo
This commit is contained in:
rxcomm
2016-10-15 14:36:13 -05:00
committed by Joshua Tauberer
parent a658abc95f
commit bbe27df413
2 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Control panel:
* Remove recommendations for Certificate Providers
* Status checks failed if the system doesn't support iptables
* Add support for SSHFP records when sshd listens on non-standard ports
v0.20 (September 23, 2016)
--------------------------