summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-09 09:46:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-09 09:46:47 +1100
commit3f166dfcb553eacf46b3a02e72c26651d79471ef (patch)
tree8f807f802af5cf5d1472fcb6498379aedb57710a /ssh_config
parent2e0cf0dca20e56eb5d95a80ba0004769c5bc4ba7 (diff)
downloadopenssh-git-3f166dfcb553eacf46b3a02e72c26651d79471ef.tar.gz
- dtucker@cvs.openbsd.org 2005/01/28 09:45:53
[ssh_config] Make it clear that the example entries in ssh_config are only some of the commonly-used options and refer the user to ssh_config(5) for more details; ok djm@
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh_config b/ssh_config
index 2692e891..f41bee0a 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
+# $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
@@ -13,7 +13,9 @@
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.
-# Site-wide defaults for various options
+# Site-wide defaults for some commonly used options. For a comprehensive
+# list of available options, their meanings and defaults, please see the
+# ssh_config(5) man page.
# Host *
# ForwardAgent no