debian 开启SSH

1、修改sshd_config文件,命令为:vi /etc/ssh/sshd_config 

2、将#PasswordAuthentication no的注释去掉,并且将NO修改为YES  //我的kali中默认是yes

3、将#PermitRootLogin yes的注释去掉 //我的kali中默认去掉了注释

4、启动SSH服务,命令为:/etc/init.d/ssh start // 或者service ssh start

5、验证SSH服务状态,命令为:/etc/init.d/ssh status

6. 添加开机自启动   update-rc.d ssh enable

关闭则为:

update-rc.d ssh disabled

自启动需要重启生效

未经允许不得转载:OZ分享-吉家大宝官方博客 » debian 开启SSH

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

置顶文章