Age | Commit message (Expand) | Author |
2019-09-20 | new sentence, new line; | Jason McIntyre |
2019-09-16 | Allow testing signature syntax and validity without verifying that | Damien Miller |
2019-09-05 | macro fix; ok djm | Jason McIntyre |
2019-09-04 | tweak previous; | Jason McIntyre |
2019-09-03 | sshsig tweaks and improvements from and suggested by Markus | Damien Miller |
2019-09-03 | sshsig: lightweight signature and verification ability for OpenSSH | Damien Miller |
2019-07-19 | Accept the verbose flag when searching for host keys in known hosts | Damien Miller |
2019-07-15 | support PKCS8 as an optional format for storage of private keys, | Damien Miller |
2019-05-20 | tweak previous; | Jason McIntyre |
2019-05-20 | When signing certificates with an RSA key, default to using the | Damien Miller |
2019-04-19 | Document new default RSA key size. From sebastiaanlokhorst at gmail.com | Darren Tucker |
2019-03-05 | PKCS#11 support is no longer limited to RSA; ok benno@ kn@ | Christian Weisgerber |
2019-01-23 | allow auto-incrementing certificate serial number for certs signed | Damien Miller |
2019-01-22 | Include -m in the synopsis for a few more commands that support it | Damien Miller |
2019-01-22 | clarify: ssh-keygen -e only writes public keys, never private | Damien Miller |
2019-01-22 | mention the new vs. old key formats in the introduction and give some | Damien Miller |
2018-12-07 | fix option letter pasto in previous | Damien Miller |
2018-12-07 | mention that the ssh-keygen -F (find host in authorized_keys) and -R | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | allow key revocation by SHA256 hash and allow ssh-keygen to create KRLs | Damien Miller |
2018-08-08 | Use new private key format by default. This format is suported by | Damien Miller |
2018-03-12 | add valid-before="[time]" authorized_keys option. A simple way of | Damien Miller |
2018-01-25 | certificate options are case-sensitive; fix case on one that had it wrong. | Damien Miller |
2017-11-03 | allow certificate validity intervals that specify only a start or | Damien Miller |
2017-07-08 | slightly rework previous, to avoid an article issue; | Jason McIntyre |
2017-07-07 | When generating all hostkeys (ssh-keygen -A), clobber existing keys | Damien Miller |
2017-06-28 | Allow ssh-keygen to use a key held in ssh-agent as a CA when signing | Damien Miller |
2017-05-05 | remove superfluous protocol 2 mentions; ok jmc@ | Christian Weisgerber |
2017-05-03 | more protocol 1 stuff to go; ok djm | Jason McIntyre |
2017-05-02 | rsa1 is no longer valid; | Jason McIntyre |
2017-05-02 | more -O shuffle; ok djm | Jason McIntyre |
2017-05-02 | tidy up -O somewhat; ok djm | Jason McIntyre |
2017-04-30 | remove KEY_RSA1 | Damien Miller |
2017-04-29 | tweak previous; | Jason McIntyre |
2017-04-29 | allow ssh-keygen to include arbitrary string or flag certificate | Damien Miller |
2016-06-16 | keys stored in openssh format can have comments too; | Jason McIntyre |
2016-05-03 | correct article; | Jason McIntyre |
2016-05-03 | make nethack^wrandomart fingerprint flag more readily searchable | Damien Miller |
2016-02-17 | since these pages now clearly tell folks to avoid v1, normalise | Jason McIntyre |
2015-11-13 | support multiple certificates (one per line) and reading from | Damien Miller |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre |
2015-08-20 | In the certificates section, be consistent about using "host_key" | Christian Weisgerber |
2015-07-03 | refuse to generate or accept RSA keys smaller than 1024 bits; | Damien Miller |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-08-30 | improve capitalization for the Ed25519 public-key signature system. | Igor Sobrado |
2014-03-31 | the text for the -K option was inserted in the wrong place in -r1.108; | Jason McIntyre |
2014-03-15 | Improve usage() and documentation towards the standard form. In particular, | Theo de Raadt |
2014-02-05 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ | Christian Weisgerber |
2013-12-21 | small typo | Ted Unangst |