Added ssh to own git
This commit is contained in:
parent
e3b2f542a7
commit
76aeb23575
@ -5,9 +5,11 @@
|
|||||||
startAgent = true;
|
startAgent = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Host github.com
|
Host github.com
|
||||||
IdentityFile ~/.ssh/git
|
IdentityFile ~/.ssh/git
|
||||||
Host git.alexdelcamp.fr
|
Host git.alexdelcamp.fr
|
||||||
IdentityFile ~/.ssh/git
|
IdentityFile ~/.ssh/git
|
||||||
|
Port 2222
|
||||||
|
User git
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user