From 8e442f0656365e48565547b5d6b45f0c42ae320f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 19:24:18 -0400 Subject: DNS records for hosts with known ssh public keys now automatically include SSHFP records. --- src/Propellor/Property/Ssh.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Ssh.hs') diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index e8671a22..238e67e4 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -9,6 +9,7 @@ module Propellor.Property.Ssh ( hostKeys, hostKey, pubKey, + getPubKey, keyImported, knownHost, authorizedKeys, -- cgit v1.3-2-g0d8e