summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-08 15:54:14 -0400
committerJoey Hess2015-01-08 15:54:14 -0400
commit2e6a8d492429c1afcaa5be4e85c35409756f631b (patch)
treeb29683af355218807f17f7637a32825ed5c92f7c /config-joey.hs
parent12f6fe0b88cba6c9ddef5140b5a9a3eab24f7c4e (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index c4326956..276cc542 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -376,6 +376,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64"
& Docker.publish "8001:80"
& Apt.installed ["ssh"]
& User.hasSomePassword "root"
+ & Ssh.permitRootLogin True
type Motd = [String]