Oscar del Rio <[email protected]> writes: > 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.
Thanks... What do you mean by `setting root as a regular account'? Something more than having a passwd and home directory? Not nit picking here... just not sure we are talking about the same thing. You say... `ssh AS root' do you mean you can run ssh from roots account? Or do you mean you can ssh from a user account to root from a remote machine or localhost? >> 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 > You might have something misconfigured or incompatible in sshd_config? I thought so too, and hoped so really but my settings are identical to yours line for line, but for one additional line.. (inserted in your ouput below at the asterisks) > SunOS 5.11 snv_124 i86pc i386 i86pc Solaris > > # grep -v ^# /etc/ssh/sshd_config > > Protocol 2 > Port 22 > ListenAddress :: ** AllowTcpForwarding no > 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 So apparently that isn't the problem either. But some posters here have said in build 124 root has been removed as an account...or reduced to a role or something like that, so depending on what you mean by `setting root as a regular account', I'm not sure whats going on. _______________________________________________ opensolaris-discuss mailing list [email protected]
