feat: add storage
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
8090f64a28
commit
2de593a89f
@ -151,6 +151,13 @@ Host clank_harbor
|
|||||||
IdentitiesOnly true
|
IdentitiesOnly true
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host clank_storage
|
||||||
|
Hostname 10.0.11.7
|
||||||
|
User root
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentitiesOnly true
|
||||||
|
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