summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-30 22:13:03 +0000
committerColin Watson <cjwatson@debian.org>2005-05-30 22:13:03 +0000
commit4e1e258d1f5745f3dc05ead3cb834c445e6e8818 (patch)
treebfbc91107d6bfe7b2a68d8701562e59856116a6a /ssh_config.5
parent4a20a0b23bd0e1db5e69f27c65aaa11a5a2eacd0 (diff)
parenta55bd782aa819b7f5ae716de000f19f4f531850e (diff)
Merge 4.1p1 to the trunk.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.546
1 files changed, 19 insertions, 27 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index cf3dfd138..9c277a66f 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.47 2005/03/07 23:41:54 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.49 2005/03/16 11:10:38 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
@@ -503,21 +503,17 @@ The default is to use the server specified list.
503.It Cm LocalForward 503.It Cm LocalForward
504Specifies that a TCP/IP port on the local machine be forwarded over 504Specifies that a TCP/IP port on the local machine be forwarded over
505the secure channel to the specified host and port from the remote machine. 505the secure channel to the specified host and port from the remote machine.
506The first argument must be a port number, and the second must be 506The first argument must be
507.Xo
508.Sm off 507.Sm off
509.Oo Ar bind_address : Oc 508.Oo Ar bind_address : Oc Ar port
510.Ar host : port
511.Sm on 509.Sm on
512.Xc . 510and the second argument must be
511.Ar host : Ns Ar hostport .
513IPv6 addresses can be specified by enclosing addresses in square brackets or 512IPv6 addresses can be specified by enclosing addresses in square brackets or
514by using an alternative syntax: 513by using an alternative syntax:
515.Sm off 514.Oo Ar bind_address Ns / Oc Ns Ar port
516.Xo 515and
517.Op Ar bind_address No / 516.Ar host Ns / Ns Ar hostport .
518.Ar host No / Ar port
519.Xc .
520.Sm on
521Multiple forwardings may be specified, and additional forwardings can be 517Multiple forwardings may be specified, and additional forwardings can be
522given on the command line. 518given on the command line.
523Only the superuser can forward privileged ports. 519Only the superuser can forward privileged ports.
@@ -579,9 +575,9 @@ Default is 22.
579.It Cm PreferredAuthentications 575.It Cm PreferredAuthentications
580Specifies the order in which the client should try protocol 2 576Specifies the order in which the client should try protocol 2
581authentication methods. 577authentication methods.
582This allows a client to prefer one method (e.g. 578This allows a client to prefer one method (e.g.\&
583.Cm keyboard-interactive ) 579.Cm keyboard-interactive )
584over another method (e.g. 580over another method (e.g.\&
585.Cm password ) 581.Cm password )
586The default for this option is: 582The default for this option is:
587.Dq hostbased,publickey,keyboard-interactive,password . 583.Dq hostbased,publickey,keyboard-interactive,password .
@@ -640,21 +636,17 @@ This option applies to protocol version 2 only.
640.It Cm RemoteForward 636.It Cm RemoteForward
641Specifies that a TCP/IP port on the remote machine be forwarded over 637Specifies that a TCP/IP port on the remote machine be forwarded over
642the secure channel to the specified host and port from the local machine. 638the secure channel to the specified host and port from the local machine.
643The first argument must be a port number, and the second must be 639The first argument must be
644.Xo
645.Sm off 640.Sm off
646.Oo Ar bind_address : Oc 641.Oo Ar bind_address : Oc Ar port
647.Ar host : port
648.Sm on
649.Xc .
650IPv6 addresses can be specified by enclosing any addresses in square brackets
651or by using the alternative syntax:
652.Sm off
653.Xo
654.Op Ar bind_address No /
655.Ar host No / Ar port
656.Xc .
657.Sm on 642.Sm on
643and the second argument must be
644.Ar host : Ns Ar hostport .
645IPv6 addresses can be specified by enclosing addresses in square brackets
646or by using an alternative syntax:
647.Oo Ar bind_address Ns / Oc Ns Ar port
648and
649.Ar host Ns / Ns Ar hostport .
658Multiple forwardings may be specified, and additional 650Multiple forwardings may be specified, and additional
659forwardings can be given on the command line. 651forwardings can be given on the command line.
660Only the superuser can forward privileged ports. 652Only the superuser can forward privileged ports.