]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2008/06/10 18:21:24
authordtucker <dtucker>
Tue, 10 Jun 2008 23:33:01 +0000 (23:33 +0000)
committerdtucker <dtucker>
Tue, 10 Jun 2008 23:33:01 +0000 (23:33 +0000)
     [ssh_config.5]
     clarify that Host patterns are space-separated.  ok deraadt

ChangeLog
ssh_config.5

index 310724beb860ad0ac229129c62d5f6e067d2c9e7..f947844b51ac4219d1903c5842ba721863e9209a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
    - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
      [test-exec.sh]
      Add quotes
+   - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
+     [ssh_config.5]
+     clarify that Host patterns are space-separated.  ok deraadt
  - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
    since the new CIDR code in addmatch.c references it.
  - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
index 43eaf1e9997a8f01a327bdf7eba2793c1d66dd00..2956f8b5e014ed5a5d10be85468ec10760da6e3c 100644 (file)
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.105 2007/10/29 07:48:19 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.106 2008/06/10 18:21:24 dtucker Exp $
 .Dd $Mdocdate$
 .Dt SSH_CONFIG 5
 .Os
@@ -103,6 +103,7 @@ Restricts the following declarations (up to the next
 .Cm Host
 keyword) to be only for those hosts that match one of the patterns
 given after the keyword.
+If more than one pattern is provided, they should be separated by whitepsace.
 A single
 .Ql *
 as a pattern can be used to provide global
This page took 0.129368 seconds and 5 git commands to generate.