Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)
From: Per Hedeland (per_at_hedeland.org)
Date: 04/23/05
- Previous message: Jacob Nevins: "Re: problem about forward the mms connection"
- In reply to: Klaus Lehmann: "Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)"
- Next in thread: Marcus Lund: "Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 23 Apr 2005 15:34:37 +0000 (UTC)
In article <d4b41o$q5a$03$1@news.t-online.com> Klaus Lehmann
<lehmann_klaus@t-online.de> writes:
>
>oh, sorry. I forgot.
>on my server, there's suse9.0 its not possible to update this. THER was
>no tcp_wrapping_support in openssh
>
>on NEWest suse9.3, I checked now:
>same thing!
>
>netfinity:/usr/sbin # nm sshd | grep refuse
>nm: sshd: no symbols
That's hardly conclusive - if nm doesn't list any symbols, it sure won't
list 'refuse' even if tcp_wrappers is compiled in. Try just 'nm sshd'
and you'll see what I mean... Doing
nm -D sshd | grep refuse
may be more meaningful if you get the "no symbols" without -D. Then
again, if it's statically linked with libwrap, I believe the symbol
won't be there at all in a stripped binary - in that case you can try
'strings' and grep for hosts.allow...
--Per Hedeland
per@hedeland.org
- Previous message: Jacob Nevins: "Re: problem about forward the mms connection"
- In reply to: Klaus Lehmann: "Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)"
- Next in thread: Marcus Lund: "Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|