在本地使用多个ssh连接git时出现如下错误: Permission denied (publickey,gssapi-keyex,gssapi-with-mic) 当一台电脑上同时使用多个ssh key时,需要通过ssh-add将其他的私钥添加到列表中,因为默认只会识别id_rsa私钥 使用如下命令添加 ssh-add ~/.ssh/id_rsa_git_hub 如果在添加过程中出现 Could not open a connection to your authentication agen
例子:在192.168.0.12使用tecmint用户,连接192.168.0.11主机上的sheena用户 Step 1: Create Authentication SSH-Kegen Keys on – (192.168.0.12) First login into server 192.168.0.12 with user tecmint and generate a pair of public keys using following command. [tecmint@tecmin