kail配置ssh
Posted Wi-Fi研习者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kail配置ssh相关的知识,希望对你有一定的参考价值。
- Step1: 允许SSH采用密码登陆以及root账户登陆
vi /etc/ssh/sshd_config
增添或者修改至以下结果:
PasswordAuthentication yes
PermitRootLogin yes
- Step2: 设置iptables,放行ssh流量
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
- Step3: 设置开机自动配置ssh
update-rc.d ssh enable
以上是关于kail配置ssh的主要内容,如果未能解决你的问题,请参考以下文章