专注业务连续性支持与数据保护
« »
2009年6月29日技术合集

登陆freebsd出现Using keyboard-interactive authentication

  putty下用root登陆freebsd出现Using keyboard-interactive authentication的解决

  终端中运行vi /etc/ssh/sshd_config
  把里面的
  #PermitRootLogin no
  #PasswordAuthentication no
  改为
  PermitRootLogin yes
  PasswordAuthentication yes
  保存后重启ssh

  /etc/rc.d/sshd restart
  再登陆就不报错了

日志信息 »

该日志于2009-06-29 15:55由 admin 发表在技术合集分类下, 评论已关闭。

评论已关闭。