Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2024-01-27 15:43:08 +01:00
parent 93805dc68b
commit 0e14489fbb
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -97,6 +97,12 @@ Host clank_testboks_0
PubKeyAuthentication yes PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank IdentityFile ~/.ssh/id_clank
Host clank_smolboks_1
Hostname 10.0.10.6
User root
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host clank_monitoring Host clank_monitoring
Hostname 10.0.9.6 Hostname 10.0.9.6
User root User root