sshd is reporting the following error: Nov 6 03:08:15 xxxx sshd[679]: [ID 685508 auth.info] libgss dlopen(/usr/lib/gss/mech_spnego.so.1): ld.so.1: sshd: fatal: /usr/lib/gss/mech_spnego.so.1: open failed: No such file or directory
The system is running svn_100 now, but the error was discovered in the snv_98 era. Is there a configuration I can twiddle to turn off Kerberos? Thanks in advance, Vizzini # ls /usr/lib/gss/ dh1024-0.so dh1024-0.so.1 dh640-0.so dh640-0.so.1 gsscred_clean gssd mech_dh.so mech_dh.so.1 mech_krb5.so mech_krb5.so.1 # sed -e '/^#/d; /^\s*$/d;' /etc/ssh/sshd_config Protocol 2 Port 22 ListenAddress :: AllowTcpForwarding no GatewayPorts no X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes Banner /etc/issue PrintMotd no KeepAlive yes SyslogFacility auth LogLevel info HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 KeyRegenerationInterval 3600 StrictModes yes LoginGraceTime 600 MaxAuthTries 6 MaxAuthTriesLog 3 PermitEmptyPasswords no PasswordAuthentication no PAMAuthenticationViaKBDInt no PermitRootLogin no Subsystem sftp /usr/lib/ssh/sftp-server IgnoreRhosts yes RhostsAuthentication no RhostsRSAAuthentication no RSAAuthentication yes GSSAPIAuthentication no -- This message posted from opensolaris.org