On 17 Jun, Khalid J Hosein wrote:
> 
> Hello - if you take a look at the SSH2 web site
> (http://www.ssh.fi/sshprotocols2), they have an
> announcement for a patch to prevent Solaris from
> hanging when SSH 2.0.13 is installed with support
> for TCP Wrappers.
> 
> The link is
> http://www.ssh.fi/sshprotocols2/patches/patch-ssh-
> 2.0.13-solaris.tcpd.pubkey.hang
> 
> I have no idea how to apply this patch - can I
> just apply it in some way, or do I need to change
> some source code and re-compile SSH? It looks like
> the output of a diff or something similar.
> 
> Any help would be appreciated.
> 
> _Khalid
> 
> 

Go to the directory parent to the one where you unpacked ssh (e.g. if
you unpacked in /usr/local/src/ssh-2.0.13, go to /usr/local/src), then
do:

patch -p0 < /path/to/patch-ssh-2.0.13-solaris.tcpd.pubkey.hang

Then configure and make as usual.

By the way, I found the same problem on HP/UX (hanging when linked with
tcp-wrappers) and the patch worked too.

Hope this helps.


-- 
----------------------------------------------------------------------
Marina Buitrago Bravo                    Area de Seguridad Inform�tica
mailto:[EMAIL PROTECTED]                  mailto:[EMAIL PROTECTED]
                                         http://www.cica.es/seguridad/
         Centro de Inform�tica Cient�fica de Andaluc�a (CICA)         
----------------------------------------------------------------------

Reply via email to