summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-21 22:27:55 +0000
committerDamien Miller <djm@mindrot.org>2014-12-22 09:32:29 +1100
commit56d1c83cdd1ac76f1c6bd41e01e80dad834f3994 (patch)
tree700a872e702c686c1815bb1049eb93e88079b598 /ssh.1
parent058f839fe15c51be8b3a844a76ab9a8db550be4f (diff)
upstream commit
Add FingerprintHash option to control algorithm used for key fingerprints. Default changes from MD5 to SHA256 and format from hex to base64. Feedback and ok naddy@ markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 51201861b..d489047ce 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.351 2014/10/09 06:21:31 jmc Exp $ 36.\" $OpenBSD: ssh.1,v 1.352 2014/12/21 22:27:56 djm Exp $
37.Dd $Mdocdate: October 9 2014 $ 37.Dd $Mdocdate: December 21 2014 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1091,7 +1091,7 @@ Fingerprints can be determined using
1091If the fingerprint is already known, it can be matched 1091If the fingerprint is already known, it can be matched
1092and the key can be accepted or rejected. 1092and the key can be accepted or rejected.
1093Because of the difficulty of comparing host keys 1093Because of the difficulty of comparing host keys
1094just by looking at hex strings, 1094just by looking at fingerprint strings,
1095there is also support to compare host keys visually, 1095there is also support to compare host keys visually,
1096using 1096using
1097.Em random art . 1097.Em random art .