diff --git a/home-cli.nix b/home-cli.nix index a50616a..f5bdf03 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -123,6 +123,7 @@ in inherit (secrets.visionable-aws) user; inherit (secrets.visionable-aws) hostname; identityFile = "/Users/dustinswan/.ssh/id_rsa"; + extraOptions = { PubkeyAcceptedKeyTypes = "+ssh-rsa"; HostKeyAlgorithms = "+ssh-rsa"; }; }; }; };