Chinaunix首页 | 论坛 | 博客
  • 博客访问: 677962
  • 博文数量: 810
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5025
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-22 11:41
文章分类

全部博文(810)

文章存档

2011年(1)

2008年(809)

我的朋友

分类: LINUX

2008-08-22 11:45:49


新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示”Serverdoestnotsupportpasswordauth”.

解决办法:
ssh默认不支持密码方式验证.

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

PasswordAuthenticationno
修改为
PasswordAuthenticationyes

再重启ssh服务即可:
/etc/init.d/sshdrestart 下载本文示例代码
阅读(249) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~