gentoo安装后putty连接提示Using keyboard-interactive authentication.
修改/etc/ssh/sshd_config两项参数:PasswordAuthentication no 修改为: PasswordAuthentication yes PermitRootLogin no 修改为:PermitRootLogin yes //找不到这项就在文件尾部加上去...