ssh Using keyboard-interactive authentication

远程登录linux 时,提示 Using keyboard-interactive authentication 。
网上搜查了下,原因是sshd_config 采用默认设置,在 默认的情况下, /etc/ssh/sshd_config 是一个全部注释的文件。
主要有以下两个方法:
1.去掉注释 PermitRootLogin = yes   就可以用 root 登陆了;
2.你是远程用root登陆吧,好多都不建议这样做……..最简单还是adduser,加一个wheel组的用户,登陆后su到 root……………

我的解决方式是:
以root身份直接在/etc/ssh/sshd_config中找到#PermitRootLogin = yes ,将其去掉重启就可以了。

添加新评论 »