diff options
author | 2012-04-11 13:34:17 +0000 | |
---|---|---|
committer | 2012-04-11 13:34:17 +0000 | |
commit | cf82b9be0f85bc59b5f229c435e73f806c05ed1f (patch) | |
tree | 0da3e0fbbba518651f32a81e9935a7d71710dd60 /usr.bin/ssh/ssh-keyscan.1 | |
parent | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and (diff) | |
download | wireguard-openbsd-cf82b9be0f85bc59b5f229c435e73f806c05ed1f.tar.xz wireguard-openbsd-cf82b9be0f85bc59b5f229c435e73f806c05ed1f.zip |
now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
look for them by default; bz#1971
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.1')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index fe9bb6e0706..f2b0fc8faf4 100644 --- a/usr.bin/ssh/ssh-keyscan.1 +++ b/usr.bin/ssh/ssh-keyscan.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keyscan.1,v 1.29 2010/08/31 11:54:45 djm Exp $ +.\" $OpenBSD: ssh-keyscan.1,v 1.30 2012/04/11 13:34:17 djm Exp $ .\" .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. .\" @@ -6,7 +6,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: August 31 2010 $ +.Dd $Mdocdate: April 11 2012 $ .Dt SSH-KEYSCAN 1 .Os .Sh NAME @@ -94,8 +94,11 @@ or .Dq rsa for protocol version 2. Multiple values may be specified by separating them with commas. -The default is -.Dq rsa . +The default is to fetch +.Dq rsa +and +.Dq ecdsa +keys. .It Fl v Verbose mode. Causes |