[openssh-commits] [openssh] 08/08: upstream: Add default for number of rounds (-a). ok djm@
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 15 15:09:09 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fec89f32a84fd0aa1afc81deec80a460cbaf451a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jul 15 04:27:34 2020 +0000
upstream: Add default for number of rounds (-a). ok djm@
OpenBSD-Commit-ID: cb7e9aa04ace01a98e63e4bd77f34a42ab169b15
---
ssh-keygen.1 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 059c1b03..9b4d9337 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.203 2020/04/03 02:26:56 djm Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.204 2020/07/15 04:27:34 dtucker Exp $
.\"
.\" Author: Tatu Ylonen <ylo at cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 3 2020 $
+.Dd $Mdocdate: July 15 2020 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@@ -270,6 +270,7 @@ When saving a private key, this option specifies the number of KDF
(key derivation function) rounds used.
Higher numbers result in slower passphrase verification and increased
resistance to brute-force password cracking (should the keys be stolen).
+The default is 16 rounds.
.It Fl B
Show the bubblebabble digest of specified private or public key file.
.It Fl b Ar bits
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list