summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-05-23 17:00:00 -0400
committerJoey Hess2017-05-23 17:00:00 -0400
commit1128231ae56e418c291cec20afc5feeecf2d5de1 (patch)
tree4eee7c513116aef9581fdc7527ef433e51715308 /joeyconfig.hs
parent3dd36f7e922b0dfdde54420a931e77fd02e6b83c (diff)
update
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 2 insertions, 0 deletions
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"]