diff options
author | djm@openbsd.org <djm@openbsd.org> | 2014-12-21 23:12:42 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-12-22 13:16:57 +1100 |
commit | b79efde5c3badf5ce4312fe608d8307eade533c5 (patch) | |
tree | 85e6987829e2150d51031d2e31d67ebf33177ea2 | |
parent | d16bdd8027dd116afa01324bb071a4016cdc1a75 (diff) |
upstream commit
document FingerprintHash here too
-rw-r--r-- | ssh_config.5 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index f0a4b293a..33da983ea 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.196 2014/12/04 02:24:32 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.197 2014/12/21 23:12:42 djm Exp $ |
37 | .Dd $Mdocdate: December 4 2014 $ | 37 | .Dd $Mdocdate: December 21 2014 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -638,6 +638,15 @@ or | |||
638 | .Dq no . | 638 | .Dq no . |
639 | The default is | 639 | The default is |
640 | .Dq no . | 640 | .Dq no . |
641 | .It Cm FingerprintHash | ||
642 | Specifies the hash algorithm used when displaying key fingerprints. | ||
643 | Valid options are: | ||
644 | .Dq md5 | ||
645 | and | ||
646 | .Dq sha256 . | ||
647 | .Dq md5 , | ||
648 | The default is | ||
649 | .Dq sha256 . | ||
641 | .It Cm ForwardAgent | 650 | .It Cm ForwardAgent |
642 | Specifies whether the connection to the authentication agent (if any) | 651 | Specifies whether the connection to the authentication agent (if any) |
643 | will be forwarded to the remote machine. | 652 | will be forwarded to the remote machine. |
@@ -1519,12 +1528,12 @@ See also VERIFYING HOST KEYS in | |||
1519 | If this flag is set to | 1528 | If this flag is set to |
1520 | .Dq yes , | 1529 | .Dq yes , |
1521 | an ASCII art representation of the remote host key fingerprint is | 1530 | an ASCII art representation of the remote host key fingerprint is |
1522 | printed in addition to the hex fingerprint string at login and | 1531 | printed in addition to the fingerprint string at login and |
1523 | for unknown host keys. | 1532 | for unknown host keys. |
1524 | If this flag is set to | 1533 | If this flag is set to |
1525 | .Dq no , | 1534 | .Dq no , |
1526 | no fingerprint strings are printed at login and | 1535 | no fingerprint strings are printed at login and |
1527 | only the hex fingerprint string will be printed for unknown host keys. | 1536 | only the fingerprint string will be printed for unknown host keys. |
1528 | The default is | 1537 | The default is |
1529 | .Dq no . | 1538 | .Dq no . |
1530 | .It Cm XAuthLocation | 1539 | .It Cm XAuthLocation |