Update .ssh/config
This commit is contained in:
parent
181be91fe3
commit
21486f91c4
@ -111,14 +111,20 @@ Host clank_smolboks_0
|
|||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
Host clank_testboks_0
|
Host clank_smolboks_1
|
||||||
Hostname 10.0.12.1
|
Hostname 10.0.10.6
|
||||||
User root
|
User root
|
||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
Host clank_smolboks_1
|
Host clank_smolboks_2
|
||||||
Hostname 10.0.10.6
|
Hostname 10.0.10.7
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host clank_testboks_0
|
||||||
|
Hostname 10.0.12.1
|
||||||
User root
|
User root
|
||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
Loading…
Reference in New Issue
Block a user