From f1c4fc6e432bc4d0298e02ca92136a80d8a961ba Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 15 Sep 2024 12:46:25 -0400 Subject: [PATCH] removed RequestTTY and RemoteCommand from unlock-jeeves --- users/richie/home/ssh_config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/users/richie/home/ssh_config.nix b/users/richie/home/ssh_config.nix index a2218ed..e36226f 100644 --- a/users/richie/home/ssh_config.nix +++ b/users/richie/home/ssh_config.nix @@ -15,8 +15,6 @@ user = "root"; identityFile = "~/.ssh/id_ed25519"; port = 2222; - RequestTTY = "yes"; - RemoteCommand = "cryptsetup-askpass"; }; jeevesjr = { hostname = "192.168.90.35";