i want to know if there is a way to use my local ssh keys to access a git server from a third remote machine. In example: Imagine we have three computers: PC1, PC2 and GITSERVER.
I have my ssh keys stored on PC1 which are authorized on GITSERVER, from PC1 i ssh to PC2 from where i want to clone a repository stored on GITSERVER.
There is a way to do that without copying my private key or creating a new one?