Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2024-07-16 10:46:09 +02:00
parent 95ab73fd96
commit 4e060163ca
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -235,6 +235,13 @@ Host clank_releaser
IdentitiesOnly true
IdentityFile ~/.ssh/id_clank
Host clank_postgresql
Hostname 10.0.11.20
User root
PubKeyAuthentication yes
IdentitiesOnly true
IdentityFile ~/.ssh/id_clank
Host harbor
Hostname 10.0.10.3
User root