Harry Putnam wrote:
ssh r...@localhost
Received disconnect from 127.0.0.1: 2: Too many
authentication failures for root
I've been doing that for mnths without incident... so something has
changed.
No problems here. After enabling RootLogin and setting root as a
regular account, I can ssh as root without any errors or warnings.
Oct 15 09:00:39 zfs sshd[2288]: [ID 685508 daemon.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
My system does not have /usr/lib/gss/mech_spnego.so.1 either and don't
get any ld.so.1 errors.
You might have something misconfigured or incompatible in sshd_config?
SunOS 5.11 snv_124 i86pc i386 i86pc Solaris
# grep -v ^# /etc/ssh/sshd_config
Protocol 2
Port 22
ListenAddress ::
GatewayPorts no
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
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 yes
PAMAuthenticationViaKBDInt yes
PermitRootLogin yes
Subsystem sftp internal-sftp
IgnoreRhosts yes
RhostsAuthentication no
RhostsRSAAuthentication no
RSAAuthentication yes
_______________________________________________
opensolaris-discuss mailing list
[email protected]