Age | Commit message (Expand) | Author |
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker |
2005-10-31 | grammar; | Jason McIntyre |
2005-10-31 | generate a protocol 2 RSA key by default | Damien Miller |
2005-06-08 | increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | Damien Miller |
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller |
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker |
2005-03-01 | sort options (no attempt made at synopsis clean up though); | Jason McIntyre |
2005-03-01 | whitespace; | Jason McIntyre |
2005-03-01 | add tools for managing known_hosts files with hashed hostnames, including | Damien Miller |
2004-08-13 | kill whitespace at eol; | Jason McIntyre |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter |
2003-12-22 | tidy up moduli generation debugging, add -v (verbose/debug) option to | Damien Miller |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
2003-06-10 | - section reorder | Jason McIntyre |
2003-05-20 | new sentence, new line | Jason McIntyre |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-03-28 | - killed whitespace | Jason McIntyre |
2002-11-26 | remove outdated statement; ok markus@ deraadt@ | Kevin Steves |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-02-16 | -t required now for key generation | Kevin Steves |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller |
2001-11-21 | more on passphrase construction; ok markus@ | Kevin Steves |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |
2001-09-05 | avoid first person in manual pages | Theo de Raadt |
2001-08-02 | document smartcard upload/download. ok markus@ | Jakob Schlyter |
2001-07-23 | Fix typo. | Aaron Campbell |
2001-06-25 | sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | Markus Friedl |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl |
2001-06-03 | 1-2 bits of entrophy per character (not per word), ok stevesk@ | Markus Friedl |
2001-05-05 | typos, grammar | Kevin Steves |
2001-04-23 | allow public key for -e, too | Markus Friedl |
2001-04-22 | document hostbased and other cleanup | Markus Friedl |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl |
2001-04-22 | rename arguments -x -> -e (export key), -X -> -i (import key) | Markus Friedl |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino |
2001-03-11 | remove -v again. use -B instead for bubblebabble. make -B consistent | Markus Friedl |
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter |
2001-03-02 | make copyright lines the same format | Theo de Raadt |
2001-02-22 | bye bye -d | Theo de Raadt |
2001-02-22 | document -d, and -t defaults to rsa1 | Theo de Raadt |
2001-02-08 | drop references to ssl(8). markus ok | Jun-ichiro itojun Hagino |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-28 | cleanup AUTHORS sections | Markus Friedl |
2001-01-21 | remove -R flag; ok markus@ | Jakob Schlyter |
2001-01-13 | small ssh-keygen manpage cleanup; stevesk@pobox.com | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl |