diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh_config.5 | 32 |
2 files changed, 21 insertions, 17 deletions
@@ -4,6 +4,10 @@ | |||
4 | [ssh.1] | 4 | [ssh.1] |
5 | remove some unneccesary macros; | 5 | remove some unneccesary macros; |
6 | do not mark up punctuation; | 6 | do not mark up punctuation; |
7 | - jmc@cvs.openbsd.org 2005/03/01 14:55:23 | ||
8 | [ssh_config.5] | ||
9 | do not mark up punctuation; | ||
10 | whitespace; | ||
7 | 11 | ||
8 | 20050301 | 12 | 20050301 |
9 | - (djm) OpenBSD CVS sync: | 13 | - (djm) OpenBSD CVS sync: |
@@ -2223,4 +2227,4 @@ | |||
2223 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2227 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2224 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2228 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2225 | 2229 | ||
2226 | $Id: ChangeLog,v 1.3676 2005/03/02 01:02:47 djm Exp $ | 2230 | $Id: ChangeLog,v 1.3677 2005/03/02 01:03:05 djm Exp $ |
diff --git a/ssh_config.5 b/ssh_config.5 index 2a85485ec..32778edbb 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.45 2005/03/01 10:42:49 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.46 2005/03/01 14:55:23 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 |
@@ -420,7 +420,7 @@ but they do not reveal identifying information should the file's contents | |||
420 | be disclosed. | 420 | be disclosed. |
421 | The default is | 421 | The default is |
422 | .Dq no . | 422 | .Dq no . |
423 | Note that hashing of names and addresses will not be retrospectively applied | 423 | Note that hashing of names and addresses will not be retrospectively applied |
424 | to existing known hosts files, but these may be manually hashed using | 424 | to existing known hosts files, but these may be manually hashed using |
425 | .Xr ssh-keygen 1 . | 425 | .Xr ssh-keygen 1 . |
426 | .It Cm HostbasedAuthentication | 426 | .It Cm HostbasedAuthentication |
@@ -499,18 +499,18 @@ The first argument must be a port number, and the second must be | |||
499 | .Xo | 499 | .Xo |
500 | .Sm off | 500 | .Sm off |
501 | .Oo Ar bind_address : Oc | 501 | .Oo Ar bind_address : Oc |
502 | .Ar host:port | 502 | .Ar host : port |
503 | .Sm on | 503 | .Sm on |
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 | 507 | .Xo |
508 | .Sm off | 508 | .Sm off |
509 | .Oo Ar bind_address / Oc | 509 | .Oo Ar bind_address No / Oc |
510 | .Ar host/port | 510 | .Ar host No / Ar port |
511 | .Sm on | 511 | .Sm on |
512 | .Xc . | 512 | .Xc . |
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. |
516 | By default, the local port is bound in accordance with the | 516 | By default, the local port is bound in accordance with the |
@@ -523,9 +523,9 @@ The | |||
523 | .Ar bind_address | 523 | .Ar bind_address |
524 | of | 524 | of |
525 | .Dq localhost | 525 | .Dq localhost |
526 | indicates that the listening port be bound for local use only, while an | 526 | indicates that the listening port be bound for local use only, while an |
527 | empty address or | 527 | empty address or |
528 | .Dq * | 528 | .Sq * |
529 | indicates that the port should be available from all interfaces. | 529 | indicates that the port should be available from all interfaces. |
530 | .It Cm LogLevel | 530 | .It Cm LogLevel |
531 | Gives the verbosity level that is used when logging messages from | 531 | Gives the verbosity level that is used when logging messages from |
@@ -636,15 +636,15 @@ The first argument must be a port number, and the second must be | |||
636 | .Xo | 636 | .Xo |
637 | .Sm off | 637 | .Sm off |
638 | .Oo Ar bind_address : Oc | 638 | .Oo Ar bind_address : Oc |
639 | .Ar host:port | 639 | .Ar host : port |
640 | .Sm on | 640 | .Sm on |
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 | 644 | .Xo |
645 | .Sm off | 645 | .Sm off |
646 | .Oo Ar bind_address / Oc | 646 | .Oo Ar bind_address No / Oc |
647 | .Ar host/port | 647 | .Ar host No / Ar port |
648 | .Sm on | 648 | .Sm on |
649 | .Xc . | 649 | .Xc . |
650 | Multiple forwardings may be specified, and additional | 650 | Multiple forwardings may be specified, and additional |
@@ -662,10 +662,10 @@ or an empty string, then the forwarding is requested to listen on all | |||
662 | interfaces. | 662 | interfaces. |
663 | Specifying a remote | 663 | Specifying a remote |
664 | .Ar bind_address | 664 | .Ar bind_address |
665 | will only succeed if the server's | 665 | will only succeed if the server's |
666 | .Cm GatewayPorts | 666 | .Cm GatewayPorts |
667 | option is enabled (see | 667 | option is enabled (see |
668 | .Xr sshd_config 5 ). | 668 | .Xr sshd_config 5 ) . |
669 | .It Cm RhostsRSAAuthentication | 669 | .It Cm RhostsRSAAuthentication |
670 | Specifies whether to try rhosts based authentication with RSA host | 670 | Specifies whether to try rhosts based authentication with RSA host |
671 | authentication. | 671 | authentication. |