例如我们要配置自己工作环境的git ssh,git osc的ssh,github的ssh,但是默认情况下,ssh_config只识别~/.ssh/id_rsa对于的public key,为了能够兼容更多的配置,我们要进行如下设置。
问题现象
git ssh Permission denied (publickey)
修改配置文件 /etc/ssh/ssh_config
IdentityFile ~/.ssh/gitosc_rsa
IdentityFile ~/.ssh/id_rsa
例如我们要配置自己工作环境的git ssh,git osc的ssh,github的ssh,但是默认情况下,ssh_config只识别~/.ssh/id_rsa对于的public key,为了能够兼容更多的配置,我们要进行如下设置。
git ssh Permission denied (publickey)
IdentityFile ~/.ssh/gitosc_rsa
IdentityFile ~/.ssh/id_rsa