【Ubuntu】 使用Xshell5连接Ubuntu16.04

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/dengjin20104042056/article/details/79123387

由于xshell远程连接ubuntu是通过ssh协议的,所以,需要给ubuntu安装ssh服务器。


1)ubuntu安装ssh服务器

sudo apt-get install openssh-server



2)出现问题时,重启ssh服务即可

sudo service ssh restart



3)保证 xshell 所在主机( 这里为win7 ) 和 ubuntu( 这里为虚拟机 ) 相互能平通,因为ssh远程连接是通过网络连接的,如果网络都不通,就无法连接。

a) 在虚拟机ubuntu查看其ip



b) 在PC机win7查看其ip






c) 在虚拟机ubuntu终端平win7的ip: ping 10.221.20.16



d) 在PC机win7终端平ubuntu的ip: ping 10.221.20.17



4)配置xshell,远程登录















 






由于xshell远程连接ubuntu是通过ssh协议的,所以,需要给ubuntu安装ssh服务器。


1)ubuntu安装ssh服务器

sudo apt-get install openssh-server



2)出现问题时,重启ssh服务即可

sudo service ssh restart



3)保证 xshell 所在主机( 这里为win7 ) 和 ubuntu( 这里为虚拟机 ) 相互能平通,因为ssh远程连接是通过网络连接的,如果网络都不通,就无法连接。

a) 在虚拟机ubuntu查看其ip



b) 在PC机win7查看其ip






c) 在虚拟机ubuntu终端平win7的ip: ping 10.221.20.16



d) 在PC机win7终端平ubuntu的ip: ping 10.221.20.17



4)配置xshell,远程登录















猜你喜欢

转载自blog.csdn.net/dengjin20104042056/article/details/79123387