> >
> > You'll have to patch ssh if you want to do that ... simple enough to do
> > by hand, but nonetheless one more irritating niggly.  (patched for
> > glibc2.1 / RH6.0, that is)
> >
> > I would be happy to document the patch I used if enough people plan to
> > use RH6.0 + ssh.
> >
> 
> I'll add my voice in hopes of becoming "enough" people!  :)  I'm about to
> install RH6, and I need ssh.  Any advice is most welcome.
> 

Apparently, the patch I use does the same thing as doing this (which is
much more elegant):

(as root, in the ssh-1.2.6 directory, using bash as your shell)
export no_utmpx=1; ./configure && make install

(or after configuring, in any shell, delete this line from config.h and
then compile)
#define HAVE_UTMPX

I have had some problems tunneling through a firewall on port 22 and
will report any progress as I make it ;-).


-- 
     "A computer system without Microsoft products is 
      like a dog without bricks chained to its head."

                                      --David Wagle
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to