Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2023-07-26 17:24:39 +02:00
parent d8ab18993f
commit e4e2da670e
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -65,6 +65,12 @@ Host clank_smolboks_0
PubKeyAuthentication yes PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank IdentityFile ~/.ssh/id_clank
Host clank_testboks_0
Hostname 10.0.12.0
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