summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Expand)Author
2024-08-17mention that ed25519 is the default key type generated andDamien Miller
2024-06-17remove one more mention of DSAChristian Weisgerber
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2023-09-04Generate Ed25519 keys when invoked without argumentsJob Snijders
2023-07-23man page typos; ok jmc@Christian Weisgerber
2023-02-10space between macro and punctuation;Jason McIntyre
2023-02-10let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 whenDamien Miller
2022-09-10fix repeated wordsJonathan Gray
2022-08-16use .Cm for "sign"; from josiah frentsosJason McIntyre
2022-08-11allow certificate validity intervals, sshsig verification times andDamien Miller
2022-06-03ssh-keygen -A: do not generate DSA keys by default. Based on github PR#303Darren Tucker
2022-05-09Allow existing -U (use agent) flag to work with "-Y sign" operations,Damien Miller
2022-05-03Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. TheFlorian Obser
2022-02-06remove please from manual pagesJonathan Gray
2022-01-05allow selection of hash at sshsig signing time; code already supportedDamien Miller
2021-11-28ssh-keygen -Y match-principals doesn't accept any -O optionsDamien Miller
2021-11-27Add ssh-keygen -Y match-principals operation to perform matching ofDamien Miller
2021-08-11when verifying sshsig signatures, support an option (-Oprint-pubkey)Damien Miller
2021-07-23punctuation;Jason McIntyre
2021-07-23Let allowed signers files used by ssh-keygen(1) signatures support keyDamien Miller
2021-05-12Clarify language about moduli. While both ends of the connection do needDarren Tucker
2020-11-27Document ssh-keygen -Z, sanity check its argument earlier and provideDarren Tucker
2020-11-17Specify that the KDF function is bcrypt. Based on github PR#214Darren Tucker
2020-10-26Minor man page fixes (capitalization, commas) identified by theDarren Tucker
2020-09-09when writing an attestation blob for a FIDO key, record all the dataDamien Miller
2020-08-27tweak previous;Jason McIntyre
2020-08-27Request PIN ahead of time for certain FIDO actionsDamien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-07-15- Add [-a rounds] in ssh-keygen man page and usage()solene
2020-07-15Add default for number of rounds (-a). ok djm@Darren Tucker
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-02-24Fix typo. Patch from itoama at live.jp via github PR#173.Darren Tucker
2020-02-07sync the description of the $SSH_SK_PROVIDER environment variable withDamien Miller
2020-02-04require FIDO application strings to start with "ssh:"; ok markus@Damien Miller
2020-02-03use better markup for challenge and write-attestation,Jason McIntyre
2020-02-02shuffle the challenge keyword to keep the -O list sorted;Jason McIntyre
2020-01-28changes to support FIDO attestationDamien Miller
2020-01-23ssh-keygen -Y find-principals fixes based on feedback from Markus:Damien Miller
2020-01-23new sentence, new line;Jason McIntyre
2020-01-23add a new signature operations "find-principal" to look up theDamien Miller
2020-01-18one more replacement "(security) key" -> "(FIDO) authenticator"Christian Weisgerber
2020-01-18undo merge error and replace the term "security key" againChristian Weisgerber
2020-01-14sync ssh-keygen.1 and ssh-keygen's usage() with each other and realityChristian Weisgerber
2020-01-06put the fido options in a list, and tidy up the text a little;Jason McIntyre
2020-01-06Extends the SK API to accept a set of key/value options for allDamien Miller
2020-01-03the download resident keys option is -K (upper) not -k (lower);Jason McIntyre
2020-01-02ability to download FIDO2 resident keys from a token viaDamien Miller
2019-12-30simplify the list for moduli options - no need for -compact;Jason McIntyre
2019-12-30Remove the -x option currently used for FIDO/U2F-specific key flags.Damien Miller
2019-12-30remove single-letter flags for moduli optionsDamien Miller