summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-02-12 12:35:15 -0400
committerJoey Hess2015-02-12 12:35:15 -0400
commitda77276378ecbed7d6434145793bfb209c731b76 (patch)
tree83699313d3357f8e26958fc1850c5af0b7432677 /config-joey.hs
parent0743e2223ef2b2960f0e89fa32ee68373199e3f8 (diff)
ssh user perm fixes
* Ssh.authorizedKey: Make the authorized_keys file and .ssh directory be owned by the user, not root. * Ssh.knownHost: Make the .ssh directory be owned by the user, not root.
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index f5c593ec..f87db43e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -127,7 +127,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64"
-- with propellor.
kite :: Host
kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
- [ "Welcome to the new kitenet.net server!" ]
+ [ "Welcome to kite!" ]
& ipv4 "66.228.36.95"
& ipv6 "2600:3c03::f03c:91ff:fe73:b0d2"
& alias "kitenet.net"