added unlock-jeeves

This commit is contained in:
2024-09-15 12:21:07 -04:00
parent a5f09c1df7
commit b424e1bfbc

View File

@@ -10,6 +10,14 @@
port = 629; port = 629;
dynamicForwards = [ { port = 9050; } ]; dynamicForwards = [ { port = 9050; } ];
}; };
unlock-jeeves = {
hostname = "192.168.90.14";
user = "root";
identityFile = "~/.ssh/id_ed25519";
port = 2222;
RequestTTY = "yes";
RemoteCommand = "cryptsetup-askpass";
};
jeevesjr = { jeevesjr = {
hostname = "192.168.90.35"; hostname = "192.168.90.35";
user = "richie"; user = "richie";