diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index bc7572e..67473b9 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 $HOME/.ssh/id_clank + IdentityFile ~/.ssh/id_clank Host ratchet Hostname 10.0.9.1 User kjuulh PubKeyAuthentication yes - IdentityFile $HOME/.ssh/id_clank + IdentityFile ~/.ssh/id_clank Host server Hostname 10.0.9.2 User hermansen PubKeyAuthentication yes - IdentityFile $HOME/.ssh/id_clank + IdentityFile ~/.ssh/id_clank {{ if .homebrew -}} Host *