updating programs ssh settings

This commit is contained in:
2025-09-11 23:24:53 -04:00
parent 0c9ce78c20
commit 7a3c2026b3
2 changed files with 1 additions and 30 deletions

View File

@@ -1,34 +1,5 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
matchBlocks = {
jeeves = {
hostname = "192.168.90.40";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 629;
dynamicForwards = [ { port = 9050; } ];
};
unlock-jeeves = {
hostname = "192.168.99.14";
user = "root";
identityFile = "~/.ssh/id_ed25519";
port = 2222;
};
bob = {
hostname = "192.168.90.25";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 262;
dynamicForwards = [ { port = 9050; } ];
};
rhapsody-in-green = {
hostname = "192.168.90.221";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 922;
};
};
}; };
} }

View File

@@ -1,7 +1,7 @@
{ {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
jeeves = { jeeves = {
hostname = "192.168.90.40"; hostname = "192.168.90.40";