summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 19:24:18 -0400
committerJoey Hess2015-01-04 19:24:18 -0400
commit8e442f0656365e48565547b5d6b45f0c42ae320f (patch)
treebdd7252833db4e8443c4ed1de54df64691fa2d7d /src/Propellor/Property/Ssh.hs
parent302fb3183fc60cbd3fd6dcca21257df11e3bae59 (diff)
DNS records for hosts with known ssh public keys now automatically include SSHFP records.
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
-rw-r--r--src/Propellor/Property/Ssh.hs1
1 files changed, 1 insertions, 0 deletions
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,