Added more ssh hosts

This commit is contained in:
FredzyW 2024-06-10 09:58:34 +02:00
parent aefc7b50a1
commit 33bb9fc384
2 changed files with 19 additions and 1 deletions

View file

@ -7,7 +7,7 @@
size = 20;
} else {
name = "FiraCode Nerd Font";
size = 18;
size = 16;
};
shellIntegration = {
mode = "no-cursor";

View file

@ -20,6 +20,24 @@
port = 22;
user = "fr7658wa-s";
};
"dm2" = {
hostname = "docker-master2";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"ha1" = {
hostname = "hosted-agent-1";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"ba6" = {
hostname = "buildagent6";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
};
};
}