From 18467dfc86da4a4a34d0015484a38379a4254287 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Jul 2023 13:13:42 +0200 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 762df0d..bc7572e 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -16,19 +16,19 @@ Host front Port 222 User root PubKeyAuthentication yes - IdentityFile /Users/kah/.ssh/id_clank + IdentityFile $HOME/.ssh/id_clank Host ratchet Hostname 10.0.9.1 User kjuulh PubKeyAuthentication yes - IdentityFile /Users/kah/.ssh/id_clank + IdentityFile $HOME/.ssh/id_clank Host server Hostname 10.0.9.2 User hermansen PubKeyAuthentication yes - IdentityFile /Users/kah/.ssh/id_clank + IdentityFile $HOME/.ssh/id_clank {{ if .homebrew -}} Host *