Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
xref draft-ietf-secsh-publickeyfile-01.txt | |||
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 | |
with -l and make -B work with /path/to/known_hosts. ok deraadt@ | |||
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter | |
ssh-keygen -l -v. ok markus@. | |||
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 | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt | |
2000-07-20 | document input and output files | Markus Friedl | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-05-08 | One last nit fix. (markus approved) | Hugh Graham | |
2000-05-03 | document -y, update -X,-x | Markus Friedl | |
2000-05-03 | document -X and -x | Theo de Raadt | |
2000-05-02 | document DSA use of ssh-keygen | Theo de Raadt | |
2000-04-26 | add -R flag: exit code indicates if RSA is alive | Theo de Raadt | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-25 | remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too | Markus Friedl | |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl | |
1999-11-15 | fix .Xr | Eric Jackson | |
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell | |
1999-10-17 | update trailer, and copy to other pages | Theo de Raadt | |
1999-10-07 | Document -q. | Aaron Campbell | |
1999-10-02 | detail how we manage to not include RSA, and point people at ssl(8) | Theo de Raadt | |
1999-10-01 | s/IDEA/3DES/ | Theo de Raadt | |
1999-09-26 | first cut of mandoc man pages from aaron | Theo de Raadt | |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt | |
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |