最近復(fù)工復(fù)產(chǎn)開(kāi)始了,雖然也一直沒(méi)閑著,但生信這塊有一個(gè)多月沒(méi)動(dòng)了,也一直基本在家里辦公就用的PC,我們的生信小組又開(kāi)始每周的LabMeeting了,所以又開(kāi)始用筆記本,講課和演示都要用筆記本了,結(jié)果發(fā)現(xiàn)這個(gè)虛擬機(jī)基本是初始狀態(tài),又開(kāi)始各種報(bào)錯(cuò),正好今天發(fā)現(xiàn)一個(gè),就寫(xiě)一下。
SSH連接虛擬機(jī)
報(bào)錯(cuò)內(nèi)容
java.net.ConnectException: Connection refused: connect
畢竟還是用ssh和winscp比直接在linux方便,我用的是finalshell,和xshell也差不多。
查了網(wǎng)上各種帖子,基本都是什么端口占用,設(shè)置網(wǎng)絡(luò)之類的
不能解決我的問(wèn)題,突然我想到,我這個(gè)新的系統(tǒng),ifconfig、vim都沒(méi)裝,是不是ssh也沒(méi)裝,結(jié)果別我猜對(duì)了。
安裝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 個(gè)可升級(jí)軟件包。
158 個(gè)安全更新。
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:~$