diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-03 14:56:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-03 14:56:12 -0400 |
| commit | 7c3632c007ec693d284587cba9087509283b28c9 (patch) | |
| tree | 17fd843a41432fa5bf3ae4f9e8434f663c83685e | |
| parent | a709e716034090f2a599b80ea6ecc12148d2cbc0 (diff) | |
| parent | 5d0e9e8d0673541d5fac7387910d72a46d27322e (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 67dab531..2b679342 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -267,6 +267,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"] |
