美文网首页生物信息学
【生信】Linux基础-ssh报错(java.net.Conne

【生信】Linux基础-ssh报错(java.net.Conne

作者: 工医男 | 来源:发表于2020-04-15 18:23 被阅读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:~$ 
    

    遇到问题,多想想具体情况,尤其是一些不起眼的地方,可能却是关键(对于像我这样的菜鸟尤其是)

    相关文章

      网友评论

        本文标题:【生信】Linux基础-ssh报错(java.net.Conne

        本文链接:https://www.haomeiwen.com/subject/ullhvhtx.html