Date: Sun, 30 Jul 2000 08:26:28 -0500 (CDT) From: Larry Rosenman <ler@lerctr.org> To: freebsd-stable@freebsd.org Subject: OpenSSH V2.1 vs. V2.1.1p4 Message-ID: <200007301326.e6UDQSD01962@lerami.lerctr.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007301326.e6UDQSD01962>