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

master
Dustin Swan 2 years ago
parent e1bfd5c4fc
commit 43aaf69229

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

Loading…
Cancel
Save