[SSH] Add GitHub key

This commit is contained in:
Tibo De Peuter 2023-09-11 12:49:47 +02:00
parent 5897150ea6
commit dd0aa22793
3 changed files with 43 additions and 1 deletions

View file

@ -16,6 +16,12 @@
identityFile = "/run/secrets/H4G0/ssh";
user = "admin";
};
"github.com" = {
hostname = "github.com";
identitiesOnly = true;
identityFile = "/run/secrets/GitHub/ssh";
user = "tdpeuter";
};
};
};
};