Re: working with tcp wrapper and banners

From: Darren Tucker (dtucker_at_gate.dodgy.net.au)
Date: 05/20/05

  • Next message: Darren Tucker: "Re: Last Login"
    Date: 20 May 2005 04:19:53 GMT
    
    

    On 2005-05-19, KS <khatirsaiyed@templeinland.com> wrote:
    > Running OpenSSH_4.0p1 with OpenSSL 0.9.7d 17 and tcp_wrapper. I cannot
    > get banners to be display when connecting to sshd.
    > /etc/hosts.allow/deny are as per specs and prototype file "sshd" exist
    > under the banners directory. banners do work for telnetd and ftpd.
    >
    > running ssh in a verbose mode saw the string "debug1:
    > ssh_exchange_identification: Hello What Are you doing here dude ?"

    Telnet and the ftp control channel are mostly plain-text channels, but
    (for the most part) SSH is not. What you probably want is to put
    "Banner /etc/warning.txt" or similar into sshd_config, which will work
    with SSH Protocol 2 connections.

    -- 
    Darren Tucker (dtucker at zip.com.au)
    GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
        Good judgement comes with experience. Unfortunately, the experience
    usually comes from bad judgement.
    

  • Next message: Darren Tucker: "Re: Last Login"