[SSH] Add GitHub key
This commit is contained in:
parent
a9e731113a
commit
c376b8630e
3 changed files with 43 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue