summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
-rw-r--r--src/Propellor/Property/Ssh.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs
index 55878e0d..61a1fb23 100644
--- a/src/Propellor/Property/Ssh.hs
+++ b/src/Propellor/Property/Ssh.hs
@@ -255,8 +255,8 @@ userKeys user@(User name) context ks = combineProperties desc $
, "(" ++ unwords (map (fromKeyType . fst) ks) ++ ")"
]
--- | Sets up a user with a ssh private key and public key pair
--- both coming from the PrivData.
+-- | Sets up a user with the specified pubic key, and a private
+-- key from the privdata.
--
-- A file can be specified to write the key to somewhere other than
-- the default locations. Allows a user to have multiple keys for