summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-07-20 12:03:47 -0400
committerJoey Hess2015-07-20 12:03:47 -0400
commit8d971b83ba11fc0eb521d9d15e4a2ae281bc2ef5 (patch)
treebdcbe368d972016825832fcdf0ba62437890639e /config-joey.hs
parent593da194609462f81cbb8f33de6840f95d540bd2 (diff)
Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change)
* Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) * setSshdConfig type changed, and setSshdConfigBool added with old type.
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 8b53718a..32b70c14 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -441,7 +441,7 @@ jerryPlay = standardDockerContainer "jerryplay" Unstable "amd64"
& Docker.publish "8001:80"
& Apt.installed ["ssh"]
& User.hasSomePassword (User "root")
- & Ssh.permitRootLogin True
+ & Ssh.permitRootLogin (Ssh.RootLogin True)
kiteShellBox :: Systemd.Container
kiteShellBox = standardStableContainer "kiteshellbox"