summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Expand)Author
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
2019-01-22mention the new vs. old key formats in the introduction and give someDamien Miller
2018-12-07fix option letter pasto in previousDamien Miller
2018-12-07mention that the ssh-keygen -F (find host in authorized_keys) and -RDamien Miller
2018-09-12fix edit mistake; spotted by jmc@Damien Miller
2018-09-12allow key revocation by SHA256 hash and allow ssh-keygen to create KRLsDamien Miller
2018-08-08Use new private key format by default. This format is suported byDamien Miller
2018-03-12add valid-before="[time]" authorized_keys option. A simple way ofDamien Miller
2018-01-25certificate options are case-sensitive; fix case on one that had it wrong.Damien Miller
2017-11-03allow certificate validity intervals that specify only a start orDamien Miller
2017-07-08slightly rework previous, to avoid an article issue;Jason McIntyre
2017-07-07When generating all hostkeys (ssh-keygen -A), clobber existing keysDamien Miller
2017-06-28Allow ssh-keygen to use a key held in ssh-agent as a CA when signingDamien Miller
2017-05-05remove superfluous protocol 2 mentions; ok jmc@Christian Weisgerber
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2017-05-02rsa1 is no longer valid;Jason McIntyre
2017-05-02more -O shuffle; ok djmJason McIntyre
2017-05-02tidy up -O somewhat; ok djmJason McIntyre
2017-04-30remove KEY_RSA1Damien Miller
2017-04-29tweak previous;Jason McIntyre
2017-04-29allow ssh-keygen to include arbitrary string or flag certificateDamien Miller
2016-06-16keys stored in openssh format can have comments too;Jason McIntyre
2016-05-03correct article;Jason McIntyre
2016-05-03make nethack^wrandomart fingerprint flag more readily searchableDamien Miller
2016-02-17since these pages now clearly tell folks to avoid v1, normaliseJason McIntyre
2015-11-13support multiple certificates (one per line) and reading fromDamien Miller
2015-11-05"commandline" -> "command line", since there are so few examplesJason McIntyre
2015-08-20In the certificates section, be consistent about using "host_key"Christian Weisgerber
2015-07-03refuse to generate or accept RSA keys smaller than 1024 bits;Damien Miller
2015-02-24add -v (show ASCII art) to -l's synopsis; ok djm@Christian Weisgerber
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-03-31the text for the -K option was inserted in the wrong place in -r1.108;Jason McIntyre
2014-03-15Improve usage() and documentation towards the standard form. In particular,Theo de Raadt
2014-02-05tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@Christian Weisgerber
2013-12-21small typoTed Unangst