solaris 10 ssh keyboard Interactive 错误
看资料是因为solaris 10 默认限制了root ssh 远程登录
/etc/ssh/sshd_config的两个参数
PermitRootLogin yes
PasswordAuthentication yes
不过还有另外一种方法,一般在/etc/default/login文件中
有 “CONSOLE=/dev/console”
一行,则表明root不能直接登陆,只需注释掉该行,即可以直接登陆。
看资料是因为solaris 10 默认限制了root ssh 远程登录
/etc/ssh/sshd_config的两个参数
PermitRootLogin yes
PasswordAuthentication yes
不过还有另外一种方法,一般在/etc/default/login文件中
有 “CONSOLE=/dev/console”
一行,则表明root不能直接登陆,只需注释掉该行,即可以直接登陆。
没有评论 ▼