summaryrefslogtreecommitdiff
path: root/ssh_config.0
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.0')
-rw-r--r--ssh_config.034
1 files changed, 20 insertions, 14 deletions
diff --git a/ssh_config.0 b/ssh_config.0
index 756fc6dbb..48969a22a 100644
--- a/ssh_config.0
+++ b/ssh_config.0
@@ -316,7 +316,9 @@ DESCRIPTION
316 identity is read. The default is ~/.ssh/identity for protocol 316 identity is read. The default is ~/.ssh/identity for protocol
317 version 1, and ~/.ssh/id_rsa and ~/.ssh/id_dsa for protocol ver- 317 version 1, and ~/.ssh/id_rsa and ~/.ssh/id_dsa for protocol ver-
318 sion 2. Additionally, any identities represented by the authen- 318 sion 2. Additionally, any identities represented by the authen-
319 tication agent will be used for authentication. 319 tication agent will be used for authentication. ssh(1) will try
320 to load certificate information from the filename obtained by ap-
321 pending -cert.pub to the path of a specified IdentityFile.
320 322
321 The file name may use the tilde syntax to refer to a user's home 323 The file name may use the tilde syntax to refer to a user's home
322 directory or one of the following escape characters: `%d' (local 324 directory or one of the following escape characters: `%d' (local
@@ -347,8 +349,14 @@ DESCRIPTION
347 `%d' (local user's home directory), `%h' (remote host name), `%l' 349 `%d' (local user's home directory), `%h' (remote host name), `%l'
348 (local host name), `%n' (host name as provided on the command 350 (local host name), `%n' (host name as provided on the command
349 line), `%p' (remote port), `%r' (remote user name) or `%u' (local 351 line), `%p' (remote port), `%r' (remote user name) or `%u' (local
350 user name). This directive is ignored unless PermitLocalCommand 352 user name).
351 has been enabled. 353
354 The command is run synchronously and does not have access to the
355 session of the ssh(1) that spawned it. It should not be used for
356 interactive commands.
357
358 This directive is ignored unless PermitLocalCommand has been en-
359 abled.
352 360
353 LocalForward 361 LocalForward
354 Specifies that a TCP port on the local machine be forwarded over 362 Specifies that a TCP port on the local machine be forwarded over
@@ -405,6 +413,11 @@ DESCRIPTION
405 ing the !command escape sequence in ssh(1). The argument must be 413 ing the !command escape sequence in ssh(1). The argument must be
406 ``yes'' or ``no''. The default is ``no''. 414 ``yes'' or ``no''. The default is ``no''.
407 415
416 PKCS11Provider
417 Specifies which PKCS#11 provider to use. The argument to this
418 keyword is the PKCS#11 shared libary ssh(1) should use to commu-
419 nicate with a PKCS#11 token providing the user's private RSA key.
420
408 Port Specifies the port number to connect on the remote host. The de- 421 Port Specifies the port number to connect on the remote host. The de-
409 fault is 22. 422 fault is 22.
410 423
@@ -418,9 +431,9 @@ DESCRIPTION
418 Protocol 431 Protocol
419 Specifies the protocol versions ssh(1) should support in order of 432 Specifies the protocol versions ssh(1) should support in order of
420 preference. The possible values are `1' and `2'. Multiple ver- 433 preference. The possible values are `1' and `2'. Multiple ver-
421 sions must be comma-separated. The default is ``2,1''. This 434 sions must be comma-separated. When this option is set to
422 means that ssh tries version 2 and falls back to version 1 if 435 ``2,1'' ssh will try version 2 and fall back to version 1 if ver-
423 version 2 is not available. 436 sion 2 is not available. The default is `2'.
424 437
425 ProxyCommand 438 ProxyCommand
426 Specifies the command to use to connect to the server. The com- 439 Specifies the command to use to connect to the server. The com-
@@ -527,13 +540,6 @@ DESCRIPTION
527 default is 0, indicating that these messages will not be sent to 540 default is 0, indicating that these messages will not be sent to
528 the server. This option applies to protocol version 2 only. 541 the server. This option applies to protocol version 2 only.
529 542
530 SmartcardDevice
531 Specifies which smartcard device to use. The argument to this
532 keyword is the device ssh(1) should use to communicate with a
533 smartcard used for storing the user's private RSA key. By de-
534 fault, no device is specified and smartcard support is not acti-
535 vated.
536
537 StrictHostKeyChecking 543 StrictHostKeyChecking
538 If this flag is set to ``yes'', ssh(1) will never automatically 544 If this flag is set to ``yes'', ssh(1) will never automatically
539 add host keys to the ~/.ssh/known_hosts file, and refuses to con- 545 add host keys to the ~/.ssh/known_hosts file, and refuses to con-
@@ -667,4 +673,4 @@ AUTHORS
667 ated OpenSSH. Markus Friedl contributed the support for SSH protocol 673 ated OpenSSH. Markus Friedl contributed the support for SSH protocol
668 versions 1.5 and 2.0. 674 versions 1.5 and 2.0.
669 675
670OpenBSD 4.6 February 22, 2009 11 676OpenBSD 4.6 March 5, 2010 11