From owner-freebsd-questions Wed Dec 5 7:46:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marvin.1729.net (1729.xs4all.nl [213.84.67.6]) by hub.freebsd.org (Postfix) with ESMTP id 0CE2937B419 for ; Wed, 5 Dec 2001 07:46:39 -0800 (PST) Received: from arnold (arnold.lan [192.168.1.8]) by marvin.1729.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id RAA04293; Wed, 5 Dec 2001 17:16:18 +0100 Message-ID: <007c01c17da4$04adeba0$0801a8c0@lan.1729.net> From: "Ruben de Groot" To: "Henry smith" Cc: References: <20011205010035.11722.qmail@web21107.mail.yahoo.com> Subject: Re: upgrade SSHD? Date: Wed, 5 Dec 2001 16:46:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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