• rxcomm's avatar
    SSHFP record creation should scan nonstandard SSH port if necessary (#974) · bbe27df4
    rxcomm authored
    * 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
    bbe27df4
Name
Last commit
Last update
conf Loading commit data...
management Loading commit data...
ppa Loading commit data...
setup Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
security.md Loading commit data...