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:
@@ -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)
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user