feat(ssh): restore the 1bvps hostname

This commit is contained in:
EinEtwas 2024-10-30 10:23:54 +01:00
parent fad36abcc7
commit 4ed65aac36
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -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" ];