Results 1 to 2 of 2

Thread: regarding log messages

  1. #1

    regarding log messages

    hi all
    i have done centralised logging and on the centralised server i m receiving the following log from one of the clients.

    "sshd[11326]:","Bad protocol version identification '0' from ::ffff:127.0.0.1""

    Kindly help how to remove this message from appearing in logs.What's the reason behind these logs.

    Thanx
    Regards
    Love Wadhwa

  2. #2
    Looks like the SSH client being used doesn't support the versions of SSH used by the server.

    What does your /etc/ssh/sshd_config file have in the "Protocol" section?

    Code:
    # This example supports SSH version 1 and 2
    Protocol 2,1
    Code:
    # This example supports SSH version 2 only
    Protocol 2
    The client seems to using version 0? What's that? Is it a custom SSH client you are writing that sends an incorrect value?

Similar Threads

  1. Messages go straight to Deleted folder
    By jkafel in forum Windows - General Topics
    Replies: 0
    Last Post: 07-05-2005, 11:25 PM
  2. E-mail Messages Stuck in Your Outbox
    By regix in forum Windows - General Topics
    Replies: 4
    Last Post: 04-08-2005, 01:02 AM
  3. View the HTML Source for Outlook Express Messages
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 10:10 PM
  4. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM
  5. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •