当前位置:   article > 正文

scp命令从本地上传文件到服务器报错:ssh: Could not resolve hostname e: Temporary failure in name resolution_scp ssh: could not resolve hostname temporary fail

scp ssh: could not resolve hostname temporary failure in name resolution

问题

在使用scp命令从本地上传文件到服务器时出现以下报错:

ssh: Could not resolve hostname e: Temporary failure in name resolution
ssh:无法解析主机名e:名称解析暂时失败
在这里插入图片描述

解决

  1. 退出与服务器的连接
exit
  • 1

在这里插入图片描述

  1. 在本地命令行使用scp命令
scp [源路径] username@主机名:[目标路径]

# 例如
scp /本地路径/文件名.txt user@example.com:/远程路径/
  • 1
  • 2
  • 3
  • 4

注意:当使用config配置ssh时(或通过跳板机),user@example.com:要变成hostname:

在这里插入图片描述

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号