feat: add nodes
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
62521e2ba8
commit
5cba608e65
@ -261,6 +261,24 @@ Host clank_postgresql
|
|||||||
IdentitiesOnly true
|
IdentitiesOnly true
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host windmill
|
||||||
|
Hostname 10.0.13.4
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host node_ollama
|
||||||
|
Hostname 10.0.13.5
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host node_data
|
||||||
|
Hostname 10.0.13.5
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
Host harbor
|
Host harbor
|
||||||
Hostname 10.0.10.3
|
Hostname 10.0.10.3
|
||||||
User root
|
User root
|
||||||
|
Loading…
Reference in New Issue
Block a user