Add firestar key

This commit is contained in:
asonix 2023-02-20 09:51:07 -06:00
parent 2f38a80924
commit d10102d858

View file

@ -15,6 +15,14 @@ in
enable = true;
matchBlocks = {
"firestar" = {
hostname = "192.168.50.10";
user = "asonix";
identitiesOnly = true;
identityFile = "/home/asonix/.ssh/firestar";
port = 22;
proxyJump = "router";
};
"github.com" = {
hostname = "github.com";
user = "git";