diff options
Diffstat (limited to 'ssh_config.0')
-rw-r--r-- | ssh_config.0 | 58 |
1 files changed, 46 insertions, 12 deletions
diff --git a/ssh_config.0 b/ssh_config.0 index 6c19de765..71233b49b 100644 --- a/ssh_config.0 +++ b/ssh_config.0 | |||
@@ -313,7 +313,18 @@ DESCRIPTION | |||
313 | HostKeyAlgorithms | 313 | HostKeyAlgorithms |
314 | Specifies the protocol version 2 host key algorithms that the | 314 | Specifies the protocol version 2 host key algorithms that the |
315 | client wants to use in order of preference. The default for this | 315 | client wants to use in order of preference. The default for this |
316 | option is: ``ssh-rsa,ssh-dss''. | 316 | option is: |
317 | |||
318 | ecdsa-sha2-nistp256-cert-v01@openssh.com, | ||
319 | ecdsa-sha2-nistp384-cert-v01@openssh.com, | ||
320 | ecdsa-sha2-nistp521-cert-v01@openssh.com, | ||
321 | ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com, | ||
322 | ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com, | ||
323 | ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, | ||
324 | ssh-rsa,ssh-dss | ||
325 | |||
326 | If hostkeys are known for the destination host then this default | ||
327 | is modified to prefer their algorithms. | ||
317 | 328 | ||
318 | HostKeyAlias | 329 | HostKeyAlias |
319 | Specifies an alias that should be used instead of the real host | 330 | Specifies an alias that should be used instead of the real host |
@@ -340,14 +351,14 @@ DESCRIPTION | |||
340 | ``no''. | 351 | ``no''. |
341 | 352 | ||
342 | IdentityFile | 353 | IdentityFile |
343 | Specifies a file from which the user's RSA or DSA authentication | 354 | Specifies a file from which the user's DSA, ECDSA or DSA |
344 | identity is read. The default is ~/.ssh/identity for protocol | 355 | authentication identity is read. The default is ~/.ssh/identity |
345 | version 1, and ~/.ssh/id_rsa and ~/.ssh/id_dsa for protocol | 356 | for protocol version 1, and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and |
346 | version 2. Additionally, any identities represented by the | 357 | ~/.ssh/id_rsa for protocol version 2. Additionally, any |
347 | authentication agent will be used for authentication. ssh(1) | 358 | identities represented by the authentication agent will be used |
348 | will try to load certificate information from the filename | 359 | for authentication. ssh(1) will try to load certificate |
349 | obtained by appending -cert.pub to the path of a specified | 360 | information from the filename obtained by appending -cert.pub to |
350 | IdentityFile. | 361 | the path of a specified IdentityFile. |
351 | 362 | ||
352 | The file name may use the tilde syntax to refer to a user's home | 363 | The file name may use the tilde syntax to refer to a user's home |
353 | directory or one of the following escape characters: `%d' (local | 364 | directory or one of the following escape characters: `%d' (local |
@@ -358,6 +369,19 @@ DESCRIPTION | |||
358 | configuration files; all these identities will be tried in | 369 | configuration files; all these identities will be tried in |
359 | sequence. | 370 | sequence. |
360 | 371 | ||
372 | IPQoS Specifies the IPv4 type-of-service or DSCP class for connections. | ||
373 | Accepted values are ``af11'', ``af12'', ``af13'', ``af14'', | ||
374 | ``af22'', ``af23'', ``af31'', ``af32'', ``af33'', ``af41'', | ||
375 | ``af42'', ``af43'', ``cs0'', ``cs1'', ``cs2'', ``cs3'', ``cs4'', | ||
376 | ``cs5'', ``cs6'', ``cs7'', ``ef'', ``lowdelay'', ``throughput'', | ||
377 | ``reliability'', or a numeric value. This option may take one or | ||
378 | two arguments, separated by whitespace. If one argument is | ||
379 | specified, it is used as the packet class unconditionally. If | ||
380 | two values are specified, the first is automatically selected for | ||
381 | interactive sessions and the second for non-interactive sessions. | ||
382 | The default is ``lowdelay'' for interactive sessions and | ||
383 | ``throughput'' for non-interactive sessions. | ||
384 | |||
361 | KbdInteractiveAuthentication | 385 | KbdInteractiveAuthentication |
362 | Specifies whether to use keyboard-interactive authentication. | 386 | Specifies whether to use keyboard-interactive authentication. |
363 | The argument to this keyword must be ``yes'' or ``no''. The | 387 | The argument to this keyword must be ``yes'' or ``no''. The |
@@ -371,6 +395,16 @@ DESCRIPTION | |||
371 | OpenSSH server, it may be zero or more of: ``bsdauth'', ``pam'', | 395 | OpenSSH server, it may be zero or more of: ``bsdauth'', ``pam'', |
372 | and ``skey''. | 396 | and ``skey''. |
373 | 397 | ||
398 | KexAlgorithms | ||
399 | Specifies the available KEX (Key Exchange) algorithms. Multiple | ||
400 | algorithms must be comma-separated. The default is: | ||
401 | |||
402 | ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, | ||
403 | diffie-hellman-group-exchange-sha256, | ||
404 | diffie-hellman-group-exchange-sha1, | ||
405 | diffie-hellman-group14-sha1, | ||
406 | diffie-hellman-group1-sha1 | ||
407 | |||
374 | LocalCommand | 408 | LocalCommand |
375 | Specifies a command to execute on the local machine after | 409 | Specifies a command to execute on the local machine after |
376 | successfully connecting to the server. The command string | 410 | successfully connecting to the server. The command string |
@@ -444,7 +478,7 @@ DESCRIPTION | |||
444 | 478 | ||
445 | PKCS11Provider | 479 | PKCS11Provider |
446 | Specifies which PKCS#11 provider to use. The argument to this | 480 | Specifies which PKCS#11 provider to use. The argument to this |
447 | keyword is the PKCS#11 shared libary ssh(1) should use to | 481 | keyword is the PKCS#11 shared library ssh(1) should use to |
448 | communicate with a PKCS#11 token providing the user's private RSA | 482 | communicate with a PKCS#11 token providing the user's private RSA |
449 | key. | 483 | key. |
450 | 484 | ||
@@ -614,7 +648,7 @@ DESCRIPTION | |||
614 | Specifies the tun(4) devices to open on the client (local_tun) | 648 | Specifies the tun(4) devices to open on the client (local_tun) |
615 | and the server (remote_tun). | 649 | and the server (remote_tun). |
616 | 650 | ||
617 | The argument must be local_tun [:remote_tun]. The devices may be | 651 | The argument must be local_tun[:remote_tun]. The devices may be |
618 | specified by numerical ID or the keyword ``any'', which uses the | 652 | specified by numerical ID or the keyword ``any'', which uses the |
619 | next available tunnel device. If remote_tun is not specified, it | 653 | next available tunnel device. If remote_tun is not specified, it |
620 | defaults to ``any''. The default is ``any:any''. | 654 | defaults to ``any''. The default is ``any:any''. |
@@ -707,4 +741,4 @@ AUTHORS | |||
707 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 741 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
708 | versions 1.5 and 2.0. | 742 | versions 1.5 and 2.0. |
709 | 743 | ||
710 | OpenBSD 4.8 August 4, 2010 OpenBSD 4.8 | 744 | OpenBSD 4.8 December 8, 2010 OpenBSD 4.8 |