This is a discussion on Solaris 10 - very slow ssh connection within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> Hi I've just installed Solaris 10 11/06 on an dual 400Mhz, 2GB Ultra2. Logging in to it using ssh ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I've just installed Solaris 10 11/06 on an dual 400Mhz, 2GB Ultra2. Logging in to it using ssh takes approx three minutes or more before I get the password prompt. Watching on the console I see the message: sshd[pid]: Failed publickey for liam from 192.xxx.xxx.xxx 2 However, I am not trying to do a public key login - I am doing a straight userid/password login. I have turned off name resolution (LookupClientHostnames no) in sshd_config. Any ideas? Cheers, Liam |
| |||
| On 2007-01-18 02:49:40 +0000, Liam Greenwood <liam@nessie.xinqu.net> said: > However, I am not trying to do a public key login - I am doing a straight > userid/password login. I have turned off name resolution > (LookupClientHostnames no) in sshd_config. Something else is looking up names. I'd fix name resolution. |
| |||
| Tim Bradshaw <tfb@tfeb.org> writes: > On 2007-01-18 02:49:40 +0000, Liam Greenwood <liam@nessie.xinqu.net> said: > > However, I am not trying to do a public key login - I am doing a straight > > userid/password login. I have turned off name resolution > > (LookupClientHostnames no) in sshd_config. > Something else is looking up names. I'd fix name resolution. /etc/hosts.allow ? |
| |||
| Liam Greenwood wrote: > However, I am not trying to do a public key login - I am doing a straight > userid/password login. I have turned off name resolution > (LookupClientHostnames no) in sshd_config. Try UseDNS no as well. The delay is almost certainly because of a reverse IP lookup. The best way to fix this is to have a working reverse zone for your local IP range: you can always run a local BIND if your network admin isn't doing reverse DNS for you. |
| |||
| On Jan 17, 9:49 pm, Liam Greenwood <l...@nessie.xinqu.net> wrote: > Hi > > I've just installed Solaris 10 11/06 on an dual 400Mhz, 2GBUltra2. > Logging in to it using ssh takes approx three minutes or more before I > get the password prompt. Watching on the console I see the message: > sshd[pid]: Failed publickey for liam from 192.xxx.xxx.xxx 2 > > However, I am not trying to do a public key login - I am doing a straight > userid/password login. I have turned off name resolution > (LookupClientHostnames no) in sshd_config. > > Any ideas? > Cheers, Liam sorry to hijack; did you use burned cd's or cd's from Sun? I tried to install s10 11/06 on 2 ultra 2's and get an error can't load boot device. 03/05 worked fine. |
| ||||
| On 19 Feb 2007 16:24:36 -0800, Joey.Giordano@gmail.com <Joey.Giordano@gmail.com> wrote: > sorry to hijack; did you use burned cd's or cd's from Sun? I tried to > install s10 11/06 on 2 ultra 2's and get an error can't load boot > device. 03/05 worked fine. Hi Joey I spent the $50 and got a DVD drive for my Ultra 2 so I didn't have to mess with the stack of CDs. I used the downloaded image from Sun to burn the DVD. Cheers, Liam > |