【生信】Linux基础-ssh报错(java.net.Conne
2020-04-15 本文已影响0人
工医男
最近复工复产开始了,虽然也一直没闲着,但生信这块有一个多月没动了,也一直基本在家里办公就用的PC,我们的生信小组又开始每周的LabMeeting了,所以又开始用笔记本,讲课和演示都要用笔记本了,结果发现这个虚拟机基本是初始状态,又开始各种报错,正好今天发现一个,就写一下。
SSH连接虚拟机
报错内容
java.net.ConnectException: Connection refused: connect
毕竟还是用ssh和winscp比直接在linux方便,我用的是finalshell,和xshell也差不多。
查了网上各种帖子,基本都是什么端口占用,设置网络之类的
不能解决我的问题,突然我想到,我这个新的系统,ifconfig、vim都没装,是不是ssh也没装,结果别我猜对了。
安装openssh-server
sudo apt-get install openssh-server
安装好后,再连接就可以了
连接成功
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 5.0.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
* Canonical Livepatch is available for installation.
- Reduce system reboots and improve kernel security. Activate at:
https://ubuntu.com/livepatch
266 个可升级软件包。
158 个安全更新。
Your Hardware Enablement Stack (HWE) is supported until April 2023.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
ericsenyao@ericsenyao-VirtualBox:~$