diff --git a/config-joey.hs b/config-joey.hs index c432695..276cc54 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]