From 1128231ae56e418c291cec20afc5feeecf2d5de1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 May 2017 17:00:00 -0400 Subject: update --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joeyconfig.hs b/joeyconfig.hs index 34175807..b03960e0 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -261,6 +261,8 @@ kite = host "kite.kitenet.net" $ props & Journald.systemMaxUse "500MiB" & Ssh.passwordAuthentication True & Fail2Ban.installed -- since ssh password authentication is allowed + -- Allow ssh -R to forward ports via kite + & Ssh.setSshdConfig "GatewayPorts" "clientspecified" & Apt.serviceInstalledRunning "ntp" & "/etc/timezone" `File.hasContent` ["US/Eastern"] -- cgit v1.2.3