summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.56
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7d25efc..c8840cbfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
15 [sshconnect2.c] 15 [sshconnect2.c]
16 don't allocate space for empty banners; report t8m at centrum.cz; 16 don't allocate space for empty banners; report t8m at centrum.cz;
17 ok deraadt 17 ok deraadt
18 - krw@cvs.openbsd.org 2008/08/02 04:29:51
19 [ssh_config.5]
20 whitepsace -> whitespace. From Matthew Clarke via bugs@.
18 21
1920080906 2220080906
20 - (dtucker) [config.guess config.sub] Update to latest versions from 23 - (dtucker) [config.guess config.sub] Update to latest versions from
@@ -4749,4 +4752,4 @@
4749 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4752 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4750 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4753 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4751 4754
4752$Id: ChangeLog,v 1.5102 2008/11/03 08:17:08 djm Exp $ 4755$Id: ChangeLog,v 1.5103 2008/11/03 08:17:33 djm Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index 85e7ba06d..19dd9ec1b 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.111 2008/06/26 11:46:31 grunk Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.112 2008/08/02 04:29:51 krw Exp $
38.Dd $Mdocdate: June 26 2008 $ 38.Dd $Mdocdate: August 2 2008 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -103,7 +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. 106If more than one pattern is provided, they should be separated by whitespace.
107A single 107A single
108.Ql * 108.Ql *
109as a pattern can be used to provide global 109as a pattern can be used to provide global