summaryrefslogtreecommitdiff
path: root/ssh/.ssh/config
diff options
context:
space:
mode:
authorElizabeth <lizhunt@amazon.com>2025-05-20 10:47:44 -0700
committerElizabeth <lizhunt@amazon.com>2025-05-20 10:47:44 -0700
commit02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3 (patch)
treea56acf65bec561503bc9f36479e5a3b448b2cf5f /ssh/.ssh/config
parent19f5811c4beb13d861c469f35991830b996baa64 (diff)
downloaddotfiles-02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3.tar.gz
dotfiles-02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3.zip
Fixed .ssh/config Includes (needed to be at the top), add mise java@21
Diffstat (limited to 'ssh/.ssh/config')
-rw-r--r--ssh/.ssh/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index bc9263c..698b53c 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -1,3 +1,5 @@
+Include config.d/*
+
Host coffee
User serve
ForwardAgent yes
@@ -12,5 +14,3 @@ Host coffee-src
User liz
Hostname src.liz.coffee
Port 2222
-
-Include config.d/*