1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

add SSHFP records to DNS

This commit is contained in:
Joshua Tauberer
2014-08-27 12:56:17 +00:00
parent 684d9b3c70
commit 10a37cd033
3 changed files with 47 additions and 4 deletions

View File

@@ -22,8 +22,12 @@ else
fi
# Okay now install the packages.
#
# nsd: The non-recursive nameserver that publishes our DNS records.
# ldnsutils: Helper utilities for signing DNSSEC zones.
# openssh-client: Provides ssh-keyscan which we use to create SSHFP records.
apt_install nsd ldnsutils
apt_install nsd ldnsutils openssh-client
# Prepare nsd's configuration.