解决Xshell连接虚拟机报错:Connecting to 192.168.xx.xx:22... Could not connect to ‘xxx‘ (port 22): Connection

电脑待机或意外情况致使xshell无法连接上虚拟机出现以下情况,Connecting to 192.168.112.128:22… Could not connect to ‘192.168.18.128’ (port 22): Connection failed. 在重启虚拟机和多次重开Xshell进行连接都失败了。

解决Xshell连接虚拟机报错:Connecting to 192.168.xx.xx:22... Could not connect to ‘xxx‘ (port 22): Connection_第1张图片
最简单的解决办法:打开虚拟机以root管理员身份登陆,键入 service network restart 回车之后虚拟机会重新生成网络IP,使用 ifconfig 命令查看新生成的网络连接信息(如果提示没有该命令,使用 ip addr ),然后在Xshell中修改会话的连接IP重新连接即可成功。
注:如果出现权限不足的提示时,可以使用 sudo service network restart 命令,打开权限即可。

解决Xshell连接虚拟机报错:Connecting to 192.168.xx.xx:22... Could not connect to ‘xxx‘ (port 22): Connection_第2张图片

打开Xshell右键单击会话,出现菜单—>单击属性,将主机IP修改成虚拟机新生成的IP地址,确认即可。

解决Xshell连接虚拟机报错:Connecting to 192.168.xx.xx:22... Could not connect to ‘xxx‘ (port 22): Connection_第3张图片

修改完IP之后重新进行连接,就能Connection established.

解决Xshell连接虚拟机报错:Connecting to 192.168.xx.xx:22... Could not connect to ‘xxx‘ (port 22): Connection_第4张图片

你可能感兴趣的:(服务器,运维,Xshell,Linux)