Xftp6如何连接虚拟机(Ubuntu)Windows与虚拟机之间传输文件

一、安装Ubuntu ssh出现异常
Err:1 http://security.ubuntu.com/ubuntu xenial-security/main amd64 openssh-sftp-server amd64 1:7.2p2-4ubuntu2.7
Temporary failure resolving ‘security.ubuntu.com’
Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 openssh-server amd64 1:7.2p2-4ubuntu2.7
Temporary failure resolving ‘security.ubuntu.com’
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_7.2p2-4ubuntu2.7_amd64.deb Temporary failure resolving ‘security.ubuntu.com’

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_7.2p2-4ubuntu2.7_amd64.deb Temporary failure resolving ‘security.ubuntu.com’

我的解决方法如下:
 

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
sudo apt-get update

二、 之后再安装SSH就没有问题

#1、安装ssh
sudo apt install openssh-server
#2、启动服务
/etc/init.d/ssh start

三、具体操作参考

https://blog.csdn.net/qq_41876182/article/details/112588704?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-2.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-2.control

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值