我想将目录从一台主机移动至另一台主机。这是我的命令:
scp -r host1:filepath host2:filepath
我收到此错误:
ssh: Could not resolve hostname host2: Name or service not known
lost connection
host1
和host2
存在于我的 中,我可以毫无问题~/.ssh/config
地连接到它们。ssh host1
ssh host2
为什么 scp 无法连接host2
?
答案1
我发现host1
需要能够连接到host2
才能正常工作。详情如下在另一个答案中。