Is it possible to use the same ssh private/public key pair on 2 machines to access a git repository?
问题 I've recently setup an inhouse git repository server and have it up and running with gitosis installed as the management tool. Read only access is available via the git:// protocol and write access is available via gitosis using ssh public keys. I have a developer that has been granted access to his projects with a public key that was generated on his desktop workstation. He is now wanting to access that repository from his laptop using the same ssh key pair. He's copied has .ssh folder in it