big cleanup

This commit is contained in:
fwastring 2025-11-17 21:28:37 +01:00
parent e01f925f0a
commit 70b75d6faa
11 changed files with 64 additions and 112 deletions

View file

@ -4,72 +4,42 @@
enable = true;
enableDefaultConfig = false;
matchBlocks = {
"lth" = {
hostname = "login.student.lth.se";
port = 22;
user = "fr7658wa-s";
identityFile = "/home/fw/.ssh/id_rsa";
};
"git.wastring.com" = {
hostname = "git.wastring.com";
port = 80;
user = "git";
identityFile = "/home/fw/.ssh/id_ed25519";
};
"dm2" = {
hostname = "192.168.0.190";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"mac" = {
hostname = "192.168.0.149";
"caddy" = {
hostname = "192.168.0.214";
port = 22;
user = "ifacts";
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
identityFile = "/home/fw/.ssh/id_ed25519";
};
"malmo" = {
hostname = "192.168.0.138";
"wazuh" = {
hostname = "192.168.0.200";
port = 22;
user = "ifacts";
identityFile = "/home/fw/.ssh/ifacts-ssh-key";
identityFile = "/home/fw/.ssh/id_ed25519";
};
"nixos" = {
hostname = "192.168.0.218";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/id_ed25519";
};
"kobo" = {
hostname = "192.168.1.192";
port = 22;
user = "root";
};
"kube01" = {
hostname = "192.168.0.177";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"kube02" = {
hostname = "192.168.0.159";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"kube03" = {
hostname = "192.168.0.182";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"runner01" = {
hostname = "192.168.0.184";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"docker03" = {
hostname = "192.168.0.118";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"desktop" = {
"node" = {
hostname = "192.168.1.227";
port = 22;
user = "fw";