summaryrefslogtreecommitdiff
path: root/ssh_config.0
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.0
parent4a20a0b23bd0e1db5e69f27c65aaa11a5a2eacd0 (diff)
parenta55bd782aa819b7f5ae716de000f19f4f531850e (diff)
Merge 4.1p1 to the trunk.
Diffstat (limited to 'ssh_config.0')
-rw-r--r--ssh_config.043
1 files changed, 22 insertions, 21 deletions
diff --git a/ssh_config.0 b/ssh_config.0
index 9577abc48..92be76b6d 100644
--- a/ssh_config.0
+++ b/ssh_config.0
@@ -286,18 +286,19 @@ DESCRIPTION
286 LocalForward 286 LocalForward
287 Specifies that a TCP/IP port on the local machine be forwarded 287 Specifies that a TCP/IP port on the local machine be forwarded
288 over the secure channel to the specified host and port from the 288 over the secure channel to the specified host and port from the
289 remote machine. The first argument must be a port number, and 289 remote machine. The first argument must be [bind_address:]port
290 the second must be [bind_address:]host:port. IPv6 addresses can 290 and the second argument must be host:hostport. IPv6 addresses
291 be specified by enclosing addresses in square brackets or by us- 291 can be specified by enclosing addresses in square brackets or by
292 ing an alternative syntax: [bind_address/]host/port. Multiple 292 using an alternative syntax: [bind_address/]port and
293 forwardings may be specified, and additional forwardings can be 293 host/hostport. Multiple forwardings may be specified, and addi-
294 given on the command line. Only the superuser can forward privi- 294 tional forwardings can be given on the command line. Only the
295 leged ports. By default, the local port is bound in accordance 295 superuser can forward privileged ports. By default, the local
296 with the GatewayPorts setting. However, an explicit bind_address 296 port is bound in accordance with the GatewayPorts setting. How-
297 may be used to bind the connection to a specific address. The 297 ever, an explicit bind_address may be used to bind the connection
298 bind_address of ``localhost'' indicates that the listening port 298 to a specific address. The bind_address of ``localhost'' indi-
299 be bound for local use only, while an empty address or `*' indi- 299 cates that the listening port be bound for local use only, while
300 cates that the port should be available from all interfaces. 300 an empty address or `*' indicates that the port should be avail-
301 able from all interfaces.
301 302
302 LogLevel 303 LogLevel
303 Gives the verbosity level that is used when logging messages from 304 Gives the verbosity level that is used when logging messages from
@@ -336,7 +337,7 @@ DESCRIPTION
336 PreferredAuthentications 337 PreferredAuthentications
337 Specifies the order in which the client should try protocol 2 au- 338 Specifies the order in which the client should try protocol 2 au-
338 thentication methods. This allows a client to prefer one method 339 thentication methods. This allows a client to prefer one method
339 (e.g. keyboard-interactive) over another method (e.g. password) 340 (e.g. keyboard-interactive) over another method (e.g. password)
340 The default for this option is: ``hostbased,publickey,keyboard- 341 The default for this option is: ``hostbased,publickey,keyboard-
341 interactive,password''. 342 interactive,password''.
342 343
@@ -369,13 +370,13 @@ DESCRIPTION
369 RemoteForward 370 RemoteForward
370 Specifies that a TCP/IP port on the remote machine be forwarded 371 Specifies that a TCP/IP port on the remote machine be forwarded
371 over the secure channel to the specified host and port from the 372 over the secure channel to the specified host and port from the
372 local machine. The first argument must be a port number, and the 373 local machine. The first argument must be [bind_address:]port
373 second must be [bind_address:]host:port. IPv6 addresses can be 374 and the second argument must be host:hostport. IPv6 addresses
374 specified by enclosing any addresses in square brackets or by us- 375 can be specified by enclosing addresses in square brackets or by
375 ing the alternative syntax: [bind_address/]host/port. Multiple 376 using an alternative syntax: [bind_address/]port and
376 forwardings may be specified, and additional forwardings can be 377 host/hostport. Multiple forwardings may be specified, and addi-
377 given on the command line. Only the superuser can forward privi- 378 tional forwardings can be given on the command line. Only the
378 leged ports. 379 superuser can forward privileged ports.
379 380
380 If the bind_address is not specified, the default is to only bind 381 If the bind_address is not specified, the default is to only bind
381 to loopback addresses. If the bind_address is `*' or an empty 382 to loopback addresses. If the bind_address is `*' or an empty
@@ -524,4 +525,4 @@ AUTHORS
524 ated OpenSSH. Markus Friedl contributed the support for SSH protocol 525 ated OpenSSH. Markus Friedl contributed the support for SSH protocol
525 versions 1.5 and 2.0. 526 versions 1.5 and 2.0.
526 527
527OpenBSD 3.6 September 25, 1999 8 528OpenBSD 3.7 September 25, 1999 8