[PATCH 1/1] document all hash algorithms available for key fingerprint display

Christian Hesse list at eworm.de
Thu Aug 6 06:47:37 AEST 2015


From: Christian Hesse <mail at eworm.de>

Signed-off-by: Christian Hesse <mail at eworm.de>
---
 ssh_config.5 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ssh_config.5 b/ssh_config.5
index 5b0975f..28f7714 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -649,9 +649,13 @@ The default is
 .It Cm FingerprintHash
 Specifies the hash algorithm used when displaying key fingerprints.
 Valid options are:
-.Dq md5
+.Dq md5 ,
+.Dq ripemd160 ,
+.Dq sha1 ,
+.Dq sha256 ,
+.Dq sha384
 and
-.Dq sha256 .
+.Dq sha512 .
 The default is
 .Dq sha256 .
 .It Cm ForwardAgent
-- 
2.5.0



More information about the openssh-unix-dev mailing list