diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
commit | c6a2c0334e45419875687d250aed9bea78480f2e (patch) | |
tree | d8f01bef9f3921fa1ca7592a19474be9c8349f76 /ssh_config.0 | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) | |
parent | 8b13b5bdc4f19bd52ee673104d66b71c21153b96 (diff) |
merge 6.1p1
Diffstat (limited to 'ssh_config.0')
-rw-r--r-- | ssh_config.0 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh_config.0 b/ssh_config.0 index baa453a26..d8256d137 100644 --- a/ssh_config.0 +++ b/ssh_config.0 | |||
@@ -361,7 +361,7 @@ DESCRIPTION | |||
361 | ``no''. | 361 | ``no''. |
362 | 362 | ||
363 | IdentityFile | 363 | IdentityFile |
364 | Specifies a file from which the user's DSA, ECDSA or DSA | 364 | Specifies a file from which the user's DSA, ECDSA or RSA |
365 | authentication identity is read. The default is ~/.ssh/identity | 365 | authentication identity is read. The default is ~/.ssh/identity |
366 | for protocol version 1, and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and | 366 | for protocol version 1, and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and |
367 | ~/.ssh/id_rsa for protocol version 2. Additionally, any | 367 | ~/.ssh/id_rsa for protocol version 2. Additionally, any |
@@ -463,9 +463,8 @@ DESCRIPTION | |||
463 | must be comma-separated. The default is: | 463 | must be comma-separated. The default is: |
464 | 464 | ||
465 | hmac-md5,hmac-sha1,umac-64@openssh.com, | 465 | hmac-md5,hmac-sha1,umac-64@openssh.com, |
466 | hmac-ripemd160,hmac-sha1-96,hmac-md5-96, | 466 | hmac-sha2-256,hmac-sha2-512,hmac-ripemd160, |
467 | hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512, | 467 | hmac-sha1-96,hmac-md5-96 |
468 | hmac-sha2-512-96 | ||
469 | 468 | ||
470 | NoHostAuthenticationForLocalhost | 469 | NoHostAuthenticationForLocalhost |
471 | This option can be used if the home directory is shared across | 470 | This option can be used if the home directory is shared across |
@@ -764,4 +763,4 @@ AUTHORS | |||
764 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 763 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
765 | versions 1.5 and 2.0. | 764 | versions 1.5 and 2.0. |
766 | 765 | ||
767 | OpenBSD 5.0 September 9, 2011 OpenBSD 5.0 | 766 | OpenBSD 5.2 June 29, 2012 OpenBSD 5.2 |