summary refs log tree commit diff
path: root/home/.ssh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/.ssh/config17
1 files changed, 17 insertions, 0 deletions
diff --git a/home/.ssh/config b/home/.ssh/config
new file mode 100644
index 00000000..f579ae9f
--- /dev/null
+++ b/home/.ssh/config
@@ -0,0 +1,17 @@
+IgnoreUnknown Include
+Include config_private
+
+AddKeysToAgent yes
+SendEnv LANG LC_*
+
+Host tuesday beastie puffy toaster tux progynova
+	HostName %h.local
+	ForwardAgent yes
+	RemoteForward 7062 127.0.0.1:7062
+
+Host scout soldier pyro demo heavy engi medic sniper spy
+	HostName %h.causal.agency
+	Port 2222
+
+Host git.causal.agency temp.causal.agency
+	Port 2222