Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2001 16:46:34 +0100
From:      "Ruben de Groot" <ruben@1729.net>
To:        "Henry smith" <getzz11@yahoo.com>
Cc:        <questions@FreeBSD.ORG>
Subject:   Re: upgrade SSHD?
Message-ID:  <007c01c17da4$04adeba0$0801a8c0@lan.1729.net>
References:  <20011205010035.11722.qmail@web21107.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> Right now, I'm using OpenSSH_3.0.1. Do I need to
> upgrade to 3.0.2 ?
>

There has been a security alert about ssh protocol version 1.
From the logs of my servers at work I can see there's a lot of scanning
going on
right now, so I think everybody should disable the ssh1 protocol. You can do
this by editing your /etc/ssh/sshd_config file and changing the line

Protocol     2,1

into

Protocol     2

You don't have to upgrade openssh for this.

greetings




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007c01c17da4$04adeba0$0801a8c0>