Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101409839
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: LINUX

2008-05-06 08:51:24

作者: yreqab 出自:
新安装的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
阅读(237) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~