feat(ssh): restore the 1bvps hostname
This commit is contained in:
parent
fad36abcc7
commit
4ed65aac36
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"1bvps" = {
|
"1bvps" = {
|
||||||
|
host = "1bvps";
|
||||||
|
hostname = "178.254.43.196";
|
||||||
|
identityFile = [ "/home/rhea/.ssh/id_1bvps" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
"1bvps-ip" = {
|
||||||
host = "178.254.43.196";
|
host = "178.254.43.196";
|
||||||
hostname = "178.254.43.196";
|
hostname = "178.254.43.196";
|
||||||
identityFile = [ "/home/rhea/.ssh/id_1bvps" ];
|
identityFile = [ "/home/rhea/.ssh/id_1bvps" ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue