summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Expand)Author
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
2019-12-30prepare for use of ssh-keygen -O flag beyond certsDamien Miller
2019-12-27sort -Y internally in the options list, as is already done in synopsis;Jason McIntyre
2019-12-27in the options list, sort -Y and -y;Jason McIntyre
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-25allow "ssh-keygen -x no-touch-required" when generating a security keyDamien Miller
2019-11-25add a "no-touch-required" option for authorized_keys and a similarDamien Miller
2019-11-18more missing mentions of ed25519-sk; ok djm@Christian Weisgerber
2019-11-18mention ed25519-sk in places where it is accepted; prompted by jmc@Damien Miller
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-10-22fixes from lucas;Jason McIntyre
2019-10-03use a more common options order in SYNOPSIS and sync usage();Jason McIntyre
2019-09-29group and sort single letter options; ok deraadtJason McIntyre
2019-09-27fix the DH-GEX text in -a;Jason McIntyre
2019-09-20new sentence, new line;Jason McIntyre
2019-09-16Allow testing signature syntax and validity without verifying thatDamien Miller
2019-09-05macro fix; ok djmJason McIntyre
2019-09-04tweak previous;Jason McIntyre
2019-09-03sshsig tweaks and improvements from and suggested by MarkusDamien Miller
2019-09-03sshsig: lightweight signature and verification ability for OpenSSHDamien Miller
2019-07-19Accept the verbose flag when searching for host keys in known hostsDamien Miller
2019-07-15support PKCS8 as an optional format for storage of private keys,Damien Miller
2019-05-20tweak previous;Jason McIntyre
2019-05-20When signing certificates with an RSA key, default to using theDamien Miller
2019-04-19Document new default RSA key size. From sebastiaanlokhorst at gmail.comDarren Tucker
2019-03-05PKCS#11 support is no longer limited to RSA; ok benno@ kn@Christian Weisgerber
2019-01-23allow auto-incrementing certificate serial number for certs signedDamien Miller
2019-01-22Include -m in the synopsis for a few more commands that support itDamien Miller
2019-01-22clarify: ssh-keygen -e only writes public keys, never privateDamien Miller