linux ubuntu centos ssh 登录 root 密码错误 Permission denied
我在Ubuntu上默认开启ssh服务 root登录失败
报错Permission denied, please try again
通常是由于/etc/ssh/sshd_config的PasswordAuthentication或PermitRootLogin参数的配置引起的
将PasswordAuthentication设为yes
将PermitRootLogin前面的#号去掉
将PermitRootLogin设为yes