From b8731cab9fefb97cfd00715cbf994f390d6fafc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Dec 2016 17:14:29 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3