summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
AgeCommit message (Collapse)Author
2001-04-23allow public key for -e, tooMarkus Friedl
2001-04-22document hostbased and other cleanupMarkus Friedl
2001-04-22style, noted by stevesk; sort flags in usageMarkus Friedl
2001-04-22rename arguments -x -> -e (export key), -X -> -i (import key)Markus Friedl
xref draft-ietf-secsh-publickeyfile-01.txt
2001-04-10document id_rsa{.pub,}. markus okJun-ichiro itojun Hagino
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
with -l and make -B work with /path/to/known_hosts. ok deraadt@
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
ssh-keygen -l -v. ok markus@.
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-22bye bye -dTheo de Raadt
2001-02-22document -d, and -t defaults to rsa1Theo de Raadt
2001-02-08drop references to ssl(8). markus okJun-ichiro itojun Hagino
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-28cleanup AUTHORS sectionsMarkus Friedl
2001-01-21remove -R flag; ok markus@Jakob Schlyter
2001-01-13small ssh-keygen manpage cleanup; stevesk@pobox.comMarkus Friedl
2000-11-12add 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-07cleanup copyright notices on all files. I have attempted to be accurate withTheo 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-25no need for those dynamic libraries anymoreTheo de Raadt
2000-07-20document input and output filesMarkus Friedl
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-05-08One last nit fix. (markus approved)Hugh Graham
2000-05-03document -y, update -X,-xMarkus Friedl
2000-05-03document -X and -xTheo de Raadt
2000-05-02document DSA use of ssh-keygenTheo de Raadt
2000-04-26add -R flag: exit code indicates if RSA is aliveTheo de Raadt
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
1999-12-25remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, tooMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-15fix .XrEric Jackson
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-17update trailer, and copy to other pagesTheo de Raadt
1999-10-07Document -q.Aaron Campbell
1999-10-02detail how we manage to not include RSA, and point people at ssl(8)Theo de Raadt
1999-10-01s/IDEA/3DES/Theo de Raadt
1999-09-26first cut of mandoc man pages from aaronTheo de Raadt
1999-09-26i 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.