diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-12-28 17:14:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-12-28 17:14:29 -0400 |
| commit | b8731cab9fefb97cfd00715cbf994f390d6fafc9 (patch) | |
| tree | 00b227a3a3718a8d90b7a640f25635e11b5e0c57 /src | |
| parent | 44bf67b7a2da75ef80e32d6409cc41a6ab8b6ffe (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index d8991cb1..408fadad 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -78,7 +78,8 @@ scrollBox = propertyList "scroll server" $ props `onChange` Ssh.restarted & User.shellSetTo (User "scroll") s & User.hasPassword (User "scroll") - & Apt.serviceInstalledRunning "telnetd" + -- telnetd attracted password crackers, so disabled + & Apt.removed ["telnetd"] & Apt.installed ["shellinabox"] & File.hasContent "/etc/default/shellinabox" [ "# Deployed by propellor" |
