Date: Mon, 8 Jul 2002 15:27:36 -0700 (PDT) From: Doug Barton <DougB@FreeBSD.org> To: stan <stanb@awod.com> Cc: FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.org>, <des@FreeBSD.org> Subject: Re: ssh to remote machines problem after cvsup Message-ID: <20020708152519.O84324-100000@zoot.corp.yahoo.com> In-Reply-To: <20020708144324.GA24911@teddy.fas.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Jul 2002, stan wrote:
> I thought I would repost this with more information.
>
> I cvsup'd, rebuilt everythign, and ran mergemester this weekend on my
> 4STABLE laptop. Now I'm having trouble ssh'ing to machines that could get
> to before.
This is because the default in ssh seems to have changed from "Protocol
1,2" to "Protocol 2,1". The following in /etc/ssh/ssh_config and/or
~/.ssh/config should do the trick for you:
Host *
Protocol 1,2
DES,
Can we get this changed back for -stable? In addition to the POLA
thread in -security, this is just one of many user complaints on this
topic.
Doug
--
"We have known freedom's price. We have shown freedom's power.
And in this great conflict, ... we will see freedom's victory."
- George W. Bush, President of the United States
State of the Union, January 28, 2002
Do YOU Yahoo!?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020708152519.O84324-100000>
