Is it possible to use the same ssh private/public key pair on 2 machines to access a git repository?
Yes I think you can. I have something similar. Two machines, one Intel (desktop) the other one Sparc. I can log into both machines and access the same CVS server (another machine) using SSH access with the same key pair which was generated on the Intel machine. Make sure when you copy across your private … Read more