Added more stuff

This commit is contained in:
FredzyW 2024-08-02 14:06:40 +02:00
parent 6b6e29b05b
commit c2f38e08ac
4 changed files with 26 additions and 7 deletions

View file

@ -62,6 +62,24 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"kub1" = {
hostname = "192.168.0.52";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"mac" = {
hostname = "82.76.34.36";
port = 22;
user = "ifacts";
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
};
"malmo" = {
hostname = "192.168.0.138";
port = 22;
user = "ifacts";
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
};
};
};
}