Have to use this for our AWS at work for some reason
This commit is contained in:
parent
e1bfd5c4fc
commit
43aaf69229
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ in
|
||||||
inherit (secrets.visionable-aws) user;
|
inherit (secrets.visionable-aws) user;
|
||||||
inherit (secrets.visionable-aws) hostname;
|
inherit (secrets.visionable-aws) hostname;
|
||||||
identityFile = "/Users/dustinswan/.ssh/id_rsa";
|
identityFile = "/Users/dustinswan/.ssh/id_rsa";
|
||||||
|
extraOptions = { PubkeyAcceptedKeyTypes = "+ssh-rsa"; HostKeyAlgorithms = "+ssh-rsa"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue