Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2024-05-04 17:38:56 +02:00
parent 181be91fe3
commit 21486f91c4
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -111,14 +111,20 @@ Host clank_smolboks_0
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host clank_testboks_0
Hostname 10.0.12.1
Host clank_smolboks_1
Hostname 10.0.10.6
User root
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host clank_smolboks_1
Hostname 10.0.10.6
Host clank_smolboks_2
Hostname 10.0.10.7
User root
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host clank_testboks_0
Hostname 10.0.12.1
User root
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank