diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-11 10:13:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-11 10:13:36 -0400 |
| commit | 9377e9ce7b10c9e68a192419e7b41e7dde40b045 (patch) | |
| tree | 62fdf9397ac3f4829157b5788f671da8ea9023ad /src/Propellor/Property/Ssh.hs | |
| parent | 85649a81bd1b08cd1390221ff0f7990165dbd27a (diff) | |
| parent | aa278d34a03ee77b0d78cd784ef7d1aaa00921f3 (diff) | |
Merge branch 'joeyconfig'
Conflicts:
privdata.joey/privdata.gpg
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
| -rw-r--r-- | src/Propellor/Property/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index 320136ee..1fbf92ec 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -242,7 +242,7 @@ authorizedKey user l = property desc $ do , File.ownerGroup (takeDirectory f) user user ] where - desc = user ++ " has autorized_keys line " ++ l + desc = user ++ " has autorized_keys" -- | Makes the ssh server listen on a given port, in addition to any other -- ports it is configured to listen on. |
