使用22.03 SP3的云计算镜像起了一台云服务器,SSH登录不上?


代F同学回复:
终端连接发起的ssh协议是什么
看起来是 加密算法协商没通过,两边算法没交集

可以看一下/etc/ssh/sshd_config的这几项:PasswordAuthentication yes,PubkeyAuthentication yes,PermitEmptyPasswords no,(PermitRootLogin no)是否取消注释了。

1 个赞

PasswordAuthentication 默认为no,需要修改为yes