From 43aaf69229973a5f75225d9c3497ec13018e3d42 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 18 Jan 2022 14:36:00 -0500 Subject: [PATCH] Have to use this for our AWS at work for some reason --- home-cli.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }; }; };