diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-10 15:43:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-10 15:43:32 -0400 |
| commit | 239f841a6fe9ef06c08c2912ecf5ba784b80b8d5 (patch) | |
| tree | 43b6c039c0aaf460ebd884db63fdc37576562e66 /config-joey.hs | |
| parent | 8313438986ce0f5b1c054f8452ba1a1cbc56ec4f (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index e8dadd94..c363110d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -112,6 +112,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" & Apt.unattendedUpgrades & Apt.installed ["systemd"] & Ssh.hostKeys (Context "kitenet.net") + & Ssh.passwordAuthentication True -- Since ssh password authentication is allowed: & Apt.serviceInstalledRunning "fail2ban" & Obnam.backup "/" "33 1 * * *" |
