summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-07-15 04:27:34 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-07-15 15:08:10 +1000
commitfec89f32a84fd0aa1afc81deec80a460cbaf451a (patch)
tree21f40fe0cba91f987b8c1a10c870a4edb15f56d7 /ssh-keygen.1
parentaaa8b609a7b332be836cd9a3b782422254972777 (diff)
upstream: Add default for number of rounds (-a). ok djm@
OpenBSD-Commit-ID: cb7e9aa04ace01a98e63e4bd77f34a42ab169b15
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.15
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 059c1b034..9b4d9337d 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.203 2020/04/03 02:26:56 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.204 2020/07/15 04:27:34 dtucker Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: April 3 2020 $ 38.Dd $Mdocdate: July 15 2020 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -270,6 +270,7 @@ When saving a private key, this option specifies the number of KDF
270(key derivation function) rounds used. 270(key derivation function) rounds used.
271Higher numbers result in slower passphrase verification and increased 271Higher numbers result in slower passphrase verification and increased
272resistance to brute-force password cracking (should the keys be stolen). 272resistance to brute-force password cracking (should the keys be stolen).
273The default is 16 rounds.
273.It Fl B 274.It Fl B
274Show the bubblebabble digest of specified private or public key file. 275Show the bubblebabble digest of specified private or public key file.
275.It Fl b Ar bits 276.It Fl b Ar bits