Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从远程 scp 到我的本地。我已经登录了我的远程主机。我试过这个
scp -r hw8/ peke:~/Desktop/ ssh: Could not resolve hostname peke: Name or service not known
我的本地计算机名称是 peke,我可以从 bash 终端看到它。
但是,我注销了我的遥控器,然后从远程主机到本地进行了 scp,它工作正常。我试图弄清楚为什么上述方法失败了。感谢您的输入
您应该将您的主机名更改为 FQDN 主机名,例如 srv.hostname.com,然后使用该主机名进行尝试。
在使用 FQDN 主机名之前,还要确保通过从远程主机 ping 您的主机名可以从远程主机访问您的本地主机。
用您的主机名替换主机名
ping 主机名
如果没有,请尝试使用您的 IP。