Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2023-07-25 13:13:42 +02:00
parent a7b3b5ca0f
commit 18467dfc86
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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 *