Have to use this for our AWS at work for some reason

This commit is contained in:
Dustin Swan
2022-01-18 14:36:00 -05:00
parent e1bfd5c4fc
commit 43aaf69229

View File

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