From owner-freebsd-stable Sun Jul 30 6:26:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 5633F37B5D4 for ; Sun, 30 Jul 2000 06:26:30 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000715) id e6UDQSD01962 for freebsd-stable@freebsd.org; Sun, 30 Jul 2000 08:26:28 -0500 (CDT) From: Larry Rosenman Message-Id: <200007301326.e6UDQSD01962@lerami.lerctr.org> Subject: OpenSSH V2.1 vs. V2.1.1p4 To: freebsd-stable@freebsd.org Date: Sun, 30 Jul 2000 08:26:28 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I had posted to this list during the 4.1-RC phase about OpenSSH v2.1 vs. v2.1.1p4 and my UnixWare box. I finally got around to checking the config files, and with identical config files, both work just fine. Here are the diffs, and the .old file breaks, but the other one works. --- ssh_config.old Sun Jul 23 19:30:33 2000 +++ ssh_config Sun Jul 30 08:22:19 2000 @@ -1,8 +1,6 @@ # This is ssh client systemwide configuration file. This file provides # defaults for users, and the values can be changed in per-user configuration # files or on the command line. -# -# $FreeBSD: src/crypto/openssh/ssh_config,v 1.2.2.1 2000/06/09 07:10:21 kris Exp $ # Configuration data is parsed as follows: # 1. command line options @@ -14,20 +12,20 @@ # Site-wide defaults for various options - Host * - ForwardAgent yes - ForwardX11 yes +# Host * +# ForwardAgent yes +# ForwardX11 yes # RhostsAuthentication yes - RhostsRSAAuthentication yes - RSAAuthentication yes - PasswordAuthentication yes +# RhostsRSAAuthentication yes +# RSAAuthentication yes +# PasswordAuthentication yes # FallBackToRsh yes # UseRsh no # BatchMode no # CheckHostIP yes - StrictHostKeyChecking no - IdentityFile ~/.ssh/identity - Port 22 - Protocol 2,1 - Cipher blowfish - EscapeChar ~ +# StrictHostKeyChecking no +# IdentityFile ~/.ssh/identity +# Port 22 +# Protocol 2,1 +# Cipher blowfish +# EscapeChar ~ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message