summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
diff options
context:
space:
mode:
authorJoey Hess2016-08-31 18:46:54 -0400
committerJoey Hess2016-08-31 18:46:54 -0400
commit3a14e3410790be1457aff595bc4189ca2159a6f9 (patch)
treed035224e026da5e7d475ecebf8e1c4de8e4d37ce /src/Propellor/Property/Ssh.hs
parentc344dd29aa8388453b13d5ace8a1ec5b030015c9 (diff)
parent32ff11ca82b8a6369931e8fefdb6c37d58f3dd56 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
-rw-r--r--src/Propellor/Property/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs
index 0a92e42b..bce522f6 100644
--- a/src/Propellor/Property/Ssh.hs
+++ b/src/Propellor/Property/Ssh.hs
@@ -362,7 +362,7 @@ modKnownHost user f p = p
-- | Ensures that a local user's authorized_keys contains lines allowing
-- logins from a remote user on the specified Host.
--
--- The ssh keys of the remote user can be set using `keysImported`
+-- The ssh keys of the remote user can be set using `userKeys`
--
-- Any other lines in the authorized_keys file are preserved as-is.
authorizedKeysFrom :: User -> (User, Host) -> Property UnixLike