0

我有一个 ssh 配置文件如下

Host default
   User git
   Hostname github.com
   IdentityFile ~/.ssh/id_rsa

Host work
   User git
   Hostname github.com
   IdentityFile ~/.ssh/work

Host para
   User git
   Hostname github.com
   IdentityFile /home/dev/.ssh/para

我确实可以访问所有 github 存储库并添加了公钥

但是当我尝试执行以下操作时

ssh -T git@default
ssh -T git@para
ssh -T git@work 

它抛出一个错误

ssh: Could not resolve hostname: Name or service not known

我在 VMware 播放器中使用 ubuntu 20.04

如何解决这个问题?

4

0 回答 0