Single post
@mms I've also struggled with SSH keys and git.
On rsync, you specify the username to determine which remote account to use.
Often, got servers use a generic "git" username and the account is determined with the SSH key. If you have several accounts on the remote got server, the best way to use the right SSH key is to remove all (ssh-add -D) and to add the right one.