From 9836bdf4c96eba09fbe4649e32240682566d4887 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 13:41:28 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index e67bced..44e2533 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -76,9 +76,10 @@ hosts = -- (o) ` & alias "znc.kitenet.net" & JoeySites.ircBouncer - -- Nothing is using https on clam, so listen on that port - -- for ssh, for traveling on bad networks. - & "/etc/ssh/sshd_config" `File.containsLine` "Port 443" + -- Nothing is using http port 80 on clam, so listen on + -- that port for ssh, for traveling on bad networks that + -- block 22. + & "/etc/ssh/sshd_config" `File.containsLine` "Port 80" `onChange` Service.restarted "ssh" & Docker.garbageCollected `period` Daily @@ -307,7 +308,6 @@ monsters = -- but do want to track their public keys etc. & alias "www.wortroot.kitenet.net" & alias "joey.kitenet.net" & alias "anna.kitenet.net" - & alias "ipv6.kitenet.net" & alias "bitlbee.kitenet.net" {- Remaining services on kite: - @@ -333,7 +333,7 @@ monsters = -- but do want to track their public keys etc. - ftpd (EOL) - - user shell stuff: - - pine, zsh, make, ... + - pine, zsh, make, git-annex, myrepos, ... -} , host "mouse.kitenet.net" & ipv6 "2001:4830:1600:492::2"