[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] quick opensshd question
- Subject: Re: [cobalt-security] quick opensshd question
 
- From: cobalt@xxxxxxxxxxxxx
 
- Date: Tue, 26 Mar 2002 09:48:18 -0000
 
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
 
On 26 Mar 2002 at 17:42, Timothy Reiner wrote:
> Now all I need to do is go in and change the config so sshd no longer
> accepts SSH 1 connections . . .
> 
In your config file ( /etc/ssh/sshd_config )  find the line which reads:
	Protocol 1,2
and change it to 
    Protocol 2
Ian