免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 7168 | 回复: 6
打印 上一主题 下一主题

solaris 9 ssh不能用 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-16 09:32 |只看该作者 |倒序浏览
SUN 890 SOLARIS 9
# ps -ef | grep ssh   
    root  4064  3981  0 09:20:57 pts/13   0:00 grep ssh
    root 16297     1  0   4月 13 ?        0:00 /usr/lib/ssh/sshd
# ssh 10.5.10.32----报如下错误:
unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]
xmalloc: zero size

已经把/etc/ssh/sshd_config中的
#PermitRootLogin no注释了


请问是什么原因?谢谢!

论坛徽章:
0
2 [报告]
发表于 2007-04-16 12:57 |只看该作者
没人回,自己顶!期待中!

论坛徽章:
1
数据库技术版块每日发帖之星
日期:2015-09-04 06:20:00
3 [报告]
发表于 2007-04-16 13:45 |只看该作者
要将/etc/ssh/sshd_config文件中的permitRootLogin值改为yes.
然后重启SSH服务:#svcadm restart network/ssh

论坛徽章:
0
4 [报告]
发表于 2008-10-31 19:15 |只看该作者
原帖由 fp3016 于 2007-4-16 13:45 发表
要将/etc/ssh/sshd_config文件中的permitRootLogin值改为yes.
然后重启SSH服务:#svcadm restart network/ssh


老兄,看清楚了,是Solaris 9的系统

svcadm restart network/ssh是Solaris 10下的命令吧?

论坛徽章:
0
5 [报告]
发表于 2009-02-23 12:20 |只看该作者
To work around the sshd(1M) daemon failing to start and the ssh(1) client failing with the error message "libxfn", the SUNWfns "Federated Naming Service (XFN) - core libraries and utilities" package can be installed from the Solaris 9 media.

To work around the issue of ssh(1) failing with the error message "xmalloc", the ssh_config(4) option 'StrictHostKeyChecking' can be set to 'no'. Please see the the ssh_config(4) man page for details of the impact of making this change.

To work around the issue of ssh(1) failing with the error message "mech_krb5.so", either modify the krb5.conf(4) file (/etc/krb5/krb5.conf) to remove the following entries (as "root"):

    slave_kdcs
    domain_mapping
or GSS-API support can be disabled by adding the following entries to sshd_config(4) (/etc/ssh/sshd_config):

    GSSAPIAuthentication no
    GSSAPIKeyExchange no
    GSSAPIStoreDelegatedCredentials no
in addition to adding the following entries to ssh_config(4) (/etc/ssh/ssh_config):

    GSSAPIAuthentication no
    GSSAPIKeyExchange no
and then restarting the SSH service by running the following command (as "root"):

    # /etc/init.d/sshd restart

Resolution

This issue is addressed in the following release:

SPARC Platform

Solaris 9 with patch 114356-08 or later (BugID 6402708)
Solaris 9 with patch 112908-29 or later (BugID 5020096)
Solaris 9 with patch 113273-13 or later and 114356-09 or later (BugID 6410762)

论坛徽章:
0
6 [报告]
发表于 2009-02-23 12:22 |只看该作者

论坛徽章:
0
7 [报告]
发表于 2009-02-23 16:07 |只看该作者
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP