生信平台搭建之用xshell连接ubuntu

#一、前期准备:
01、安装Oracle VM VirtualBox、Ubuntu 以及Xshell
02、设置Oracle VM VirtualBox、Ubuntu的基本参数
03、打开Xshell,点击有绿色十字标记的新建,如下图所示
生信平台搭建之用xshell连接ubuntu_第1张图片
04、新建会话后出现如下页面,需要在主机一栏里输入ip
生信平台搭建之用xshell连接ubuntu_第2张图片

二、Oracle VM VirtualBox的操作部分:
01、从Oracle VM VirtualBox里启动Ubuntu,如下图所示
生信平台搭建之用xshell连接ubuntu_第3张图片02、在Ubuntu桌面点击鼠标右键,打开终端,如下图所示:
生信平台搭建之用xshell连接ubuntu_第4张图片
生信平台搭建之用xshell连接ubuntu_第5张图片

03、在Ubuntu终端内根据实际情况输入以下代码:

3.1、更新
sudo apt update

3.2、安装ssh服务
sudo apt install openssh-server
如下图所示:
生信平台搭建之用xshell连接ubuntu_第6张图片

3.3、查看ssh服务是否启动
sudo ps -e | grep ssh

3.4、如果没有启动,启动ssh服务
sudo service ssh start

3.5、查看ip地址
sudo ifconfig
ip如下图方框所示:
生信平台搭建之用xshell连接ubuntu_第7张图片

#三、使用Xshell连接ubuntu
01、将3.5中找到的ip输入下图中的主机栏,点击确定后即可连接
生信平台搭建之用xshell连接ubuntu_第8张图片
02、本人出现的问题与解决方案
问题:
Could notconnect to ‘192.168.XX.XXX’ (port 22): Connection failed.

解决方案:
关闭防火墙、重启Linux系统(reboot)、启动ssh服务(sudo service ssh start)

03、连接成功,如下图所示:
生信平台搭建之用xshell连接ubuntu_第9张图片
[1]Xshell连接Ubuntu,
https://blog.csdn.net/u014465934/article/details/81290215
[2]手把手教你生信分析平台搭建(一),
https://www.jianshu.com/p/aa1c8aa68425

你可能感兴趣的:(生物信息)