I Currently use some servers to do some benchmarks. I need to log into multiple servers and git clone ... from assembla.
Currently I copy my private key to the server and then update the .ssh/config
file. Although I share this user and server with other people to do their benchmarks. What is the best practice for this(without creating a new user for everyone on the server). Is there anyway I can use ssh-add key then use git on the server and pull the repo without storing the key on the server?