Re: HowTo: to enable tcpwrapper in openssh for SUSE(linux)

From: Per Hedeland (per_at_hedeland.org)
Date: 04/23/05

  • Next message: Mike: "Re: ADSL connection dropping randomly"
    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


  • Next message: Mike: "Re: ADSL connection dropping randomly"

    Relevant Pages

    • Slow sftp transfer speed vs ftp
      ... with Solaris 9) I am transfering at 300 kb/sec. ... on both client and server. ... # The sshd shipped in this release of Solaris has support for major versions ... # Banner to be printed before authentication starts. ...
      (SunManagers)
    • Re: ssh_exchange_identification uClinux problem
      ... By default sshd does not let root login into a server. ... Connection closed by foreign host. ... inetd started sshd or logged an error. ...
      (comp.security.ssh)
    • OpenSSH 3.6.1p2 Inoperability Issue
      ... I am running a Linux Debian server at home, ... sshd will not accept connections. ... passwords, even if it is correct, is just says access denied. ... # Kerberos TGT Passing only works with the AFS kaserver ...
      (SSH)
    • Re: ssh going zombie
      ... on the server kill the ssh server then restart it with the -d flag to put ... it into debug mode. ... and the ssh process hogs the processor on the server. ... subprocess is removed from the sshd config file the a sub sshd process ...
      (SSH)
    • how to automate public key authentication when server dual-boots two linuxes
      ... I recently switched my server from rshd to sshd and it works fine. ... However the wrinkle is that this server has two different linux partitions which I need to alternate between (strictly only one at a time, not a virtual machine setup). ... With rshd they both appeared to be identical as far as rsh authentication. ...
      (SSH)