linux下开启SSH

安装ssh  apt-get install openssh-server

启动 service sshd start

停止 service sshd stop

修改配置文件 /etc/ssh/sshd_config

    PasswordAuthentication yes
    PermitRootLogin yes

登录ssh的用户名和密码即登录本机的用户名和密码

posted @ 2018-11-23 16:44  車輪の唄  阅读(7)  评论(0编辑  收藏  举报  来源