summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-02 12:03:05 +1100
committerDamien Miller <djm@mindrot.org>2005-03-02 12:03:05 +1100
commitf8c554629057b7bc59444201ae83f1505f4c74a1 (patch)
tree48c7f307845241b671afe29095f54aef9d5f63bb /ssh_config.5
parent36bf7dd18456a7b2b19cac55772cd6ab8225bda0 (diff)
- jmc@cvs.openbsd.org 2005/03/01 14:55:23
[ssh_config.5] do not mark up punctuation; whitespace;
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.532
1 files changed, 16 insertions, 16 deletions
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
420be disclosed. 420be disclosed.
421The default is 421The default is
422.Dq no . 422.Dq no .
423Note that hashing of names and addresses will not be retrospectively applied 423Note that hashing of names and addresses will not be retrospectively applied
424to existing known hosts files, but these may be manually hashed using 424to 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 .
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 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 .
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.
516By default, the local port is bound in accordance with the 516By default, the local port is bound in accordance with the
@@ -523,9 +523,9 @@ The
523.Ar bind_address 523.Ar bind_address
524of 524of
525.Dq localhost 525.Dq localhost
526indicates that the listening port be bound for local use only, while an 526indicates that the listening port be bound for local use only, while an
527empty address or 527empty address or
528.Dq * 528.Sq *
529indicates that the port should be available from all interfaces. 529indicates that the port should be available from all interfaces.
530.It Cm LogLevel 530.It Cm LogLevel
531Gives the verbosity level that is used when logging messages from 531Gives 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 .
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 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 .
650Multiple forwardings may be specified, and additional 650Multiple forwardings may be specified, and additional
@@ -662,10 +662,10 @@ or an empty string, then the forwarding is requested to listen on all
662interfaces. 662interfaces.
663Specifying a remote 663Specifying a remote
664.Ar bind_address 664.Ar bind_address
665will only succeed if the server's 665will only succeed if the server's
666.Cm GatewayPorts 666.Cm GatewayPorts
667option is enabled (see 667option is enabled (see
668.Xr sshd_config 5 ). 668.Xr sshd_config 5 ) .
669.It Cm RhostsRSAAuthentication 669.It Cm RhostsRSAAuthentication
670Specifies whether to try rhosts based authentication with RSA host 670Specifies whether to try rhosts based authentication with RSA host
671authentication. 671authentication.