赞
踩
ifconfig //终端命令,查询ip地址
sudo apt install net-tools
安装完成后再次执行 ifconfig:
(1).安装OpenSSH服务器软件包:
sudo apt-get install openssh-server
(2).确认SSH服务正在运行:
sudo systemctl status ssh
如果没有运行可以使用下面命令启动该服务:
sudo systemctl start ssh
(3).设置SSH在系统启动时自动启动:
sudo systemctl enable ssh
ssh 虚拟机用户名@虚拟机IP地址
使用效果和在虚拟机软件内操作linux操作系统一样:连接成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。