From 86a612f0fac34cd54a8c023a410ee8ccf1f97b22 Mon Sep 17 00:00:00 2001 From: Julien Negrotto Date: Thu, 23 Oct 2025 15:56:36 -0500 Subject: [PATCH] Add SSH config file --- private_dot_ssh/private_config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 private_dot_ssh/private_config diff --git a/private_dot_ssh/private_config b/private_dot_ssh/private_config new file mode 100644 index 0000000..a00da5d --- /dev/null +++ b/private_dot_ssh/private_config @@ -0,0 +1,3 @@ +Host git.crawfi.sh + HostName git.crawfi.sh + IdentityFile ~/.ssh/git.crawfi.sh