summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--ssh_config6
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e5374ee..3d7f5806b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120050209
2 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2005/01/28 09:45:53
4 [ssh_config]
5 Make it clear that the example entries in ssh_config are only some of the
6 commonly-used options and refer the user to ssh_config(5) for more
7 details; ok djm@
8
120050208 920050208
2 - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the 10 - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
3 regress tests so newer versions of GNU head(1) behave themselves. Patch 11 regress tests so newer versions of GNU head(1) behave themselves. Patch
@@ -2086,4 +2094,4 @@
2086 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2094 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2087 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2095 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2088 2096
2089$Id: ChangeLog,v 1.3639 2005/02/08 10:52:47 dtucker Exp $ 2097$Id: ChangeLog,v 1.3640 2005/02/08 22:46:47 dtucker Exp $
diff --git a/ssh_config b/ssh_config
index 2692e8913..f41bee0a2 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $ 1# $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $
2 2
3# This is the ssh client system-wide configuration file. See 3# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for 4# ssh_config(5) for more information. This file provides defaults for
@@ -13,7 +13,9 @@
13# Thus, host-specific definitions should be at the beginning of the 13# Thus, host-specific definitions should be at the beginning of the
14# configuration file, and defaults at the end. 14# configuration file, and defaults at the end.
15 15
16# Site-wide defaults for various options 16# Site-wide defaults for some commonly used options. For a comprehensive
17# list of available options, their meanings and defaults, please see the
18# ssh_config(5) man page.
17 19
18# Host * 20# Host *
19# ForwardAgent no 21# ForwardAgent no