1. 在Ubuntu中,安装ssh:
sudo apt-get update # 完成系统的更新
cd /etc/init.d/ # 看是否安装ssh服务
sudo apt-get install openssh-server # 进行安装
sudo etc/init.d/ssh restart # 重启服务,其他有:restart/open/start
ifconfig 查看 ubuntu ip地址
enp0s3 中的:inet addr:192.168.1.103 即为所需地址
2. 在x-shell中连接shh
cmd> ipconfig 查看 IPv4 地址: 192.168.1.101
若与上述 ubuntu地址不在同一个网段,需要在 虚拟机设置-网络-选择桥接-网卡选择同一网卡。
新建连接,输入ubuntu地址,输入user+pswd,完成连接。
时间: 2024-11-03 17:45:50