For the company's safety, I have to use a git tool like GitHub in the intranet.
But in the server, it only has to use a root account but it is not allowed to generate any ssh key globally to remote an employee private repository in the intranet GitHub.
So I think if there is a way to generate an ssh key locally in a directory and use this ssh key to remote my private repository in the intranet GitHub.
Could anyone help me? Thanks in advance.