summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.55
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 53a094a85..5239fd539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
38 - dtucker@cvs.openbsd.org 2008/06/10 15:28:49 38 - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
39 [test-exec.sh] 39 [test-exec.sh]
40 Add quotes 40 Add quotes
41 - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
42 [ssh_config.5]
43 clarify that Host patterns are space-separated. ok deraadt
41 - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 44 - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
42 since the new CIDR code in addmatch.c references it. 45 since the new CIDR code in addmatch.c references it.
43 - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6 46 - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
@@ -4130,4 +4133,4 @@
4130 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4133 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4131 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4134 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4132 4135
4133$Id: ChangeLog,v 1.4960 2008/06/10 19:15:51 dtucker Exp $ 4136$Id: ChangeLog,v 1.4961 2008/06/10 23:33:01 dtucker Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index 17fc0ec66..d6f3fbf80 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.105 2007/10/29 07:48:19 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.106 2008/06/10 18:21:24 dtucker Exp $
38.Dd $Mdocdate: December 2 2007 $ 38.Dd $Mdocdate: June 10 2008 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -103,6 +103,7 @@ Restricts the following declarations (up to the next
103.Cm Host 103.Cm Host
104keyword) to be only for those hosts that match one of the patterns 104keyword) to be only for those hosts that match one of the patterns
105given after the keyword. 105given after the keyword.
106If more than one pattern is provided, they should be separated by whitepsace.
106A single 107A single
107.Ql * 108.Ql *
108as a pattern can be used to provide global 109as a pattern can be used to provide global