summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Expand)Author
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
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-12-07document -a and -o wrt new key formatDamien Miller
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-01-19fix some formatting; ok djmJason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18add -Q to the options list; ok djmJason McIntyre
2013-01-18tweak previous;Jason McIntyre
2013-01-17add support for Key Revocation Lists (KRLs). These are a compact way toDamien Miller
2012-08-15a little more info on certificate validity;Jason McIntyre
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2011-09-07typo (they vs the) found by Lawrence TeoTheo de Raadt
2011-04-13mention valid -b sizes for ECDSA keys; bz#1862Damien Miller
2011-04-13improve wording; bz#1861Damien Miller
2011-03-24zap trailing whitespace;Jason McIntyre
2011-03-23-q not used in /etc/rc now so remove statement.Kevin Steves
2011-03-23Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)Kevin Steves
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-10* mention ECDSA in more placesChristian Weisgerber
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-04Support CA keys in PKCS#11 tokens; feedback and ok markus@Damien Miller
2010-07-15repair incorrect block nesting, which screwed up indentation;Ingo Schwarze
2010-06-30tweak previous;Jason McIntyre
2010-06-29allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;Damien Miller
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-03-13fix a formatting error (args need quoted); noted by steveskJason McIntyre
2010-03-13Certificates are named *-cert.pub, not *_cert.pub; committing a diffDamien Miller
2010-03-10typos; from Ross RichardsonJason McIntyre
2010-03-08sort the list of constraints (to -O); ok djmJason McIntyre
2010-03-08document permit-agent-forwarding certificate constraint; patch fromDamien Miller
2010-03-04fix Bk/Ek;Jason McIntyre
2010-03-04Add a -L flag to print the contents of a certificate; ok markus@Damien Miller
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller