Tell git which SSH config file to use

on command-line you can change your Git config for the current repository: git config core.sshCommand “ssh -F ~/.ssh/system-a/config” or in .git/config in your local repository to the [core] section: sshCommand = “ssh -F ~/.ssh/system-a/config” This works only with git 2.10 and newer. Otherwise, it needs to be set up using environment variable $GIT_SSH_COMMAND, for example … Read more

In what ways is an SSH Key different from tokens for git authentication?

From the blog post you linked, I can see at least one benefit of tokens over SSH keys: while tokens and SSH keys both share the Unique, Revocable, and Random benefits quoted in the blog post below, tokens are also Limited in comparison to SSH keys in that they come with their own scoped permissions … Read more

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

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)