add git user to ssh config
This commit is contained in:
parent
2e46781189
commit
4efc1d3e61
|
@ -13,7 +13,7 @@
|
|||
enable = true;
|
||||
matchBlocks = {
|
||||
"git.bitlab21.com" = {
|
||||
user = "sam";
|
||||
user = "git";
|
||||
identitiesOnly = true;
|
||||
identityFile = [ "~/.ssh/deploy_key-ssh-ed25519" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue