diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 14 |
1 files changed, 7 insertions, 7 deletions
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 . |
505 | IPv6 addresses can be specified by enclosing addresses in square brackets or | 505 | IPv6 addresses can be specified by enclosing addresses in square brackets or |
506 | by using an alternative syntax: | 506 | by 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 | ||
513 | Multiple forwardings may be specified, and additional forwardings can be | 513 | Multiple forwardings may be specified, and additional forwardings can be |
514 | given on the command line. | 514 | given on the command line. |
515 | Only the superuser can forward privileged ports. | 515 | Only 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 . |
642 | IPv6 addresses can be specified by enclosing any addresses in square brackets | 642 | IPv6 addresses can be specified by enclosing any addresses in square brackets |
643 | or by using the alternative syntax: | 643 | or 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 | ||
650 | Multiple forwardings may be specified, and additional | 650 | Multiple forwardings may be specified, and additional |
651 | forwardings can be given on the command line. | 651 | forwardings can be given on the command line. |
652 | Only the superuser can forward privileged ports. | 652 | Only the superuser can forward privileged ports. |