- 论坛徽章:
- 0
|
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.\r\n\r\nTo 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.\r\n\r\nTo 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\"):\r\n\r\n slave_kdcs\r\n domain_mapping\r\nor GSS-API support can be disabled by adding the following entries to sshd_config(4) (/etc/ssh/sshd_config):\r\n\r\n GSSAPIAuthentication no\r\n GSSAPIKeyExchange no\r\n GSSAPIStoreDelegatedCredentials no\r\nin addition to adding the following entries to ssh_config(4) (/etc/ssh/ssh_config):\r\n\r\n GSSAPIAuthentication no\r\n GSSAPIKeyExchange no\r\nand then restarting the SSH service by running the following command (as \"root\"):\r\n\r\n # /etc/init.d/sshd restart\r\n\r\nResolution\r\n\r\nThis issue is addressed in the following release:\r\n\r\nSPARC Platform\r\n\r\nSolaris 9 with patch 114356-08 or later (BugID 6402708) \r\nSolaris 9 with patch 112908-29 or later (BugID 5020096) \r\nSolaris 9 with patch 113273-13 or later and 114356-09 or later (BugID 6410762) |
|