Update .ssh/config
This commit is contained in:
parent
95ab73fd96
commit
4e060163ca
@ -235,6 +235,13 @@ Host clank_releaser
|
||||
IdentitiesOnly true
|
||||
IdentityFile ~/.ssh/id_clank
|
||||
|
||||
Host clank_postgresql
|
||||
Hostname 10.0.11.20
|
||||
User root
|
||||
PubKeyAuthentication yes
|
||||
IdentitiesOnly true
|
||||
IdentityFile ~/.ssh/id_clank
|
||||
|
||||
Host harbor
|
||||
Hostname 10.0.10.3
|
||||
User root
|
||||
|
Loading…
Reference in New Issue
Block a user