美文网首页
xshell连接子系统

xshell连接子系统

作者: moxiaoxiao | 来源:发表于2018-05-18 01:30 被阅读8次

    修改端口

    cd /etc/ssh

    备份

    sudo cp sshd_config sshd_config.bak
    sudo vim sshd_config

    修改sshd_config

    Port 2233 #修改端口
    ListenAddress 0.0.0.0 #打开本地监听

    StrictModes yes #注释掉

    PasswordAuthentication yes #允许密码登陆

    重启ssh

    sudo service ssh restart

    重新生成host key

    sudo dpkg-reconfigure openssh-server

    相关文章

      网友评论

          本文标题:xshell连接子系统

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