操作系统:Ubuntu
- 查看主机ip:
ifconfig
若用不了该指令,先安装net-tools
sudo apt install net-tools
然后用ifconfig得到主机ip
2.虚拟机与Xshell连接
虚拟机上先安装openssh-serve:
sudo apt install openssh-serve
然后用主机ip与Xshell连接
3.虚拟机与vscode连接
vscode安装插件Remote Development
然后在vscode的远程资源管理处 点 设置
在打开的文档写下
Host ubuntu
HostName主机ip
User 用户名
保存,然后输入Ubuntu用户名对应的密码即可连接