fix: added github to ssh config
This commit is contained in:
parent
45fbf23758
commit
be0cd39707
|
@ -15,6 +15,11 @@
|
|||
user = "root";
|
||||
inherit identityFile;
|
||||
};
|
||||
"github" = {
|
||||
hostname = "github.com";
|
||||
user = "git";
|
||||
inherit identityFile;
|
||||
};
|
||||
"patricknix" = {
|
||||
hostname = "localhost";
|
||||
user = "root";
|
||||
|
|
Loading…
Reference in a new issue