加入收藏 | 设为首页 | 会员中心 | 我要投稿 汽车网 (https://www.0577qiche.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 系统 > 正文

处理SUSE Linux下SSH无法使用密码登录问题

发布时间:2023-08-15 14:59:46 所属栏目:系统 来源:
导读:新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示”Server doest not support passWord auth”.

解决办法:

ssh默认不支持密码方式验证.

修改/etc/ssh/sshd_config文件,把

P
新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示”Server doest not support passWord auth”.

解决办法:

ssh默认不支持密码方式验证.

修改/etc/ssh/sshd_config文件,把

PasswordAuthentication no

修改为

PasswordAuthentication yes

再重启ssh服务即可:

/etc/init.d/sshd restart

(编辑:汽车网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章