default: add tsuru host to ssh
All checks were successful
/ check (push) Successful in 56s
All checks were successful
/ check (push) Successful in 56s
This commit is contained in:
parent
199c92ef53
commit
506cb0e107
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
||||||
HostName 100.87.54.48
|
HostName 100.87.54.48
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/sora
|
IdentityFile ~/.ssh/sora
|
||||||
|
Host tsuru
|
||||||
|
HostName 100.82.146.40
|
||||||
|
User notoh
|
||||||
|
IdentityFile ~/.ssh/tsuru
|
||||||
Host pve
|
Host pve
|
||||||
Hostname 100.115.234.69
|
Hostname 100.115.234.69
|
||||||
User root
|
User root
|
||||||
|
|
Loading…
Reference in a new issue