This is a discussion on Re: What is with Sun's SSH Server? within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> In article <3F26E61A.3010101@echeeba.com>, ccarson@echeeba.com says... > > I just implemented 2 Solaris 9 systems into my network. All my ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In article <3F26E61A.3010101@echeeba.com>, ccarson@echeeba.com says... > > I just implemented 2 Solaris 9 systems into my network. All my other > SOlaris 8 servers are running openssh-3.6p1. When I try and connect to > the Solaris 9 machines I get this error: > > Received disconnect from 10.250.200.38: 2: too many failed userauth_requests > > I have tried connecting from several different machines, have tried > protocol 1 and 2, etc... Anyone see this problem before? Just install the SSH variant/version you want, and pkgrm all the SSH packages that come with Sol 9. That's what I do. But not for compatibility reasons... I just prefer to use the most recent version of SSH and compile it myself, after scanning all the code. Don't forget to disable root logins. |
| ||||
| CarpetPile wrote: > Just install the SSH variant/version you want, and pkgrm all the SSH > packages that come with Sol 9. > > That's what I do. But not for compatibility reasons... I just prefer > to use the most recent version of SSH and compile it myself, after > scanning all the code. I'm sure there is nothing wrong with what you do, but the Solaris 9 one works fine for me. Here I'm starting from a machine starling, which is an IBM RS/6000 running AIX 5.2 and OpenSSH 3.6p1, as the orginal poster was using. I built the OpenSSH from source for the RS/6000. starling /home/davek % ssh -V OpenSSH_3.6p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f Now attempt a connection to a machine sparrow, which is a Sun running Solaris 9 and Sun's version of ssh. starling /home/davek % ssh sparrow The authenticity of host 'sparrow (192.168.0.100)' can't be established. RSA key fingerprint is 42:45:a2:07:ef:c5:ec:d4:31:07:c4:6a:dd:80:c7:83. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'sparrow,192.168.0.100' (RSA) to the list of known hosts. davek@sparrow's password: Last login: Tue Jul 29 16:22:32 2003 from :0 Sun Microsystems Inc. SunOS 5.9 Generic May 2002 You have new mail. As you can see, I've made a connection to the Sun. sparrow /export/home/davek % uname -a SunOS sparrow 5.9 Generic_112233-06 sun4u sparc SUNW,Ultra-80 and as you can see, the Sun is running Sun's version of SSH. sparrow /export/home/davek % ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. sparrow /export/home/davek % The only hassle I've had with Sun's ssh was when connecting to a Dec Alpha running Tru64 and a version of SSH based on that from www.ssh.com. I gave up with that and did install OpenSSH on the Alpha and now have no problems. -- Dr. David Kirkby, Senior Research Fellow, Department of Medical Physics, University College London, 11-20 Capper St, London, WC1E 6JA. Tel: 020 7679 6408 Fax: 020 7679 6269 Internal telephone: ext 46408 e-mail davek@medphys.ucl.ac.uk |