零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

解决SUSE Linux下SSH无法使用密码登录问题

2013-4-5 17:07| 发布者: 123456000000| 查看: 14| 评论: 0

摘要: 新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示”Server doest not support passWord auth”. 解决办法: ssh默认不支持密码方式验证. 修改/etc/ssh/sshd_config文件,把 PasswordAuthentication ...
 

新安装的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


路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:50 , Processed in 0.042434 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部