summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ssh.16
-rw-r--r--ssh_config.514
3 files changed, 15 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ae9d4622..24c3a23bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
120050309 120050309
2 - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64 2 - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64
3 so that regress tests behave. From Chris Adams. 3 so that regress tests behave. From Chris Adams.
4 - (djm) OpenBSD CVS Sync
5 - jmc@cvs.openbsd.org 2005/03/07 23:41:54
6 [ssh.1 ssh_config.5]
7 more macro simplification;
4 8
520050307 920050307
6 - (dtucker) [configure.ac] Disable gettext search when configuring with 10 - (dtucker) [configure.ac] Disable gettext search when configuring with
@@ -2310,4 +2314,4 @@
2310 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2314 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2311 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2315 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2312 2316
2313$Id: ChangeLog,v 1.3703 2005/03/08 23:02:55 dtucker Exp $ 2317$Id: ChangeLog,v 1.3704 2005/03/09 00:00:05 djm Exp $
diff --git a/ssh.1 b/ssh.1
index fbaaed5a2..e6f4b4a54 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.1,v 1.204 2005/03/02 11:45:01 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.205 2005/03/07 23:41:54 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -585,7 +585,7 @@ Port forwardings can also be specified in the configuration file.
585IPv6 addresses can be specified with an alternative syntax: 585IPv6 addresses can be specified with an alternative syntax:
586.Sm off 586.Sm off
587.Xo 587.Xo
588.Oo Ar bind_address No / Oc 588.Op Ar bind_address No /
589.Ar port No / Ar host No / 589.Ar port No / Ar host No /
590.Ar hostport 590.Ar hostport
591.Xc 591.Xc
@@ -761,7 +761,7 @@ IPv6 addresses can be specified by enclosing the address in square braces or
761using an alternative syntax: 761using an alternative syntax:
762.Sm off 762.Sm off
763.Xo 763.Xo
764.Oo Ar bind_address No / Oc 764.Op Ar bind_address No /
765.Ar host No / Ar port No / 765.Ar host No / Ar port No /
766.Ar hostport 766.Ar hostport
767.Xc . 767.Xc .
diff --git a/ssh_config.5 b/ssh_config.5
index 32778edbb..06db04c27 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
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.46 2005/03/01 14:55:23 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.47 2005/03/07 23:41:54 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -504,12 +504,12 @@ The first argument must be a port number, and the second must be
504.Xc . 504.Xc .
505IPv6 addresses can be specified by enclosing addresses in square brackets or 505IPv6 addresses can be specified by enclosing addresses in square brackets or
506by using an alternative syntax: 506by using an alternative syntax:
507.Xo
508.Sm off 507.Sm off
509.Oo Ar bind_address No / Oc 508.Xo
509.Op Ar bind_address No /
510.Ar host No / Ar port 510.Ar host No / Ar port
511.Sm on
512.Xc . 511.Xc .
512.Sm on
513Multiple forwardings may be specified, and additional forwardings can be 513Multiple forwardings may be specified, and additional forwardings can be
514given on the command line. 514given on the command line.
515Only the superuser can forward privileged ports. 515Only the superuser can forward privileged ports.
@@ -641,12 +641,12 @@ The first argument must be a port number, and the second must be
641.Xc . 641.Xc .
642IPv6 addresses can be specified by enclosing any addresses in square brackets 642IPv6 addresses can be specified by enclosing any addresses in square brackets
643or by using the alternative syntax: 643or by using the alternative syntax:
644.Xo
645.Sm off 644.Sm off
646.Oo Ar bind_address No / Oc 645.Xo
646.Op Ar bind_address No /
647.Ar host No / Ar port 647.Ar host No / Ar port
648.Sm on
649.Xc . 648.Xc .
649.Sm on
650Multiple forwardings may be specified, and additional 650Multiple forwardings may be specified, and additional
651forwardings can be given on the command line. 651forwardings can be given on the command line.
652Only the superuser can forward privileged ports. 652Only the superuser can forward privileged ports.