summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-09 17:01:49 -0400
committerAndrew Cady <d@jerkface.net>2022-10-09 17:01:49 -0400
commitde7aebc51435f02109ace85d7dc7c108d9adb7a8 (patch)
tree3701022c6147f4f68bf39714abdefabda880ca1c
parent6cf2a9da6789cfd9cb204371062e6c325efa38e6 (diff)
redo .ssh/config
It's questionable whether this should be in this archive at all, since this file is so likely to contain machine-local settings. Highlights the need for some mechanism to back up what we overwrite.
-rw-r--r--dot/ssh/config16
1 files changed, 2 insertions, 14 deletions
diff --git a/dot/ssh/config b/dot/ssh/config
index 9780c12..fee02ed 100644
--- a/dot/ssh/config
+++ b/dot/ssh/config
@@ -1,19 +1,7 @@
1Include config.d/*.conf
2HashKnownHosts no
1ForwardAgent yes 3ForwardAgent yes
2 4
3Host *.local 5Host *.local
4CheckHostIP no 6CheckHostIP no
5 7
6Host borges
7Hostname=borges.local
8User=root
9
10Host emmy
11Hostname=emmy.childrenofmay.org
12
13Host lasker
14Hostname=lasker.childrenofmay.org
15User=root
16
17Host adam
18Hostname=adam.childrenofmay.org
19User=d