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";