标签:安装ubuntu ubuntu安装 服务 img 使用 查看 conf vm虚拟机 info
安装虚拟机后,有时需要在window和Ubuntu互传文件,安装VMwave tooles比较麻烦,干脆直接用xshell连接Ubuntu即可
1,已经安装Ubuntu和xshell
2,在Ubuntu安装xshell服务器
Ubuntu系统: sudo apt-get install openssh-server
安装完成后查看ip: ifconfig
比如:192.168.0.100
可能查看不到ip
解决方法:
关闭Ubuntu,在VM配置一下网络适配器,重启ubuntu
3,在xshell连接ubuntu
ssh 用户名@ip地址
比如 ssh xxx@192.168.0.100
输入密码
4,上传或下载文件
sudo apt install lrzsz
下载文件到本地
sz 文件名
上传文件Ubuntu
rz
标签:安装ubuntu ubuntu安装 服务 img 使用 查看 conf vm虚拟机 info
原文地址:https://www.cnblogs.com/hanyu258/p/10013732.html