0
点赞
收藏
分享

微信扫一扫

VMware ESXI 无法使用密码登录

 一、打开VMware ESXI机器,按catl +alt +f1 切换到字符界面

  二、修改配置文件

vi /etc/ssh/sshd_config

找到这行:

PasswordAuthentication no

修改为:

PasswordAuthentication yes

   三、ssh远程连接即可

举报

相关推荐

0 条评论