summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mention $SSH_AUTH_SOCK; dave@ugc.org.ukmarkus2002-06-051-1/+4
|
* more sync for default ssh-add identities; ok markus@stevesk2002-02-041-11/+6
|
* add DIAGNOSTICS; ok stevesk@markus2002-01-291-1/+6
|
* Try all standard key files (id_rsa, id_dsa, identity) when invoked withdjm2001-12-211-2/+5
| | | | no arguments; ok markus@
* minor cleanupstevesk2001-08-231-2/+2
|
* document smartcard options. ok markus@jakob2001-08-031-1/+11
|
* typos, grammarstevesk2001-05-051-2/+2
|
* document id_rsa{.pub,}. markus okitojun2001-04-101-3/+5
|
* ssh-add retries the last passphrase...markus2001-04-091-1/+3
|
* make copyright lines the same formatderaadt2001-03-021-4/+4
|
* drop references to ssl(8). markus okitojun2001-02-081-3/+2
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* cleanup AUTHORS sectionsmarkus2001-01-281-25/+8
|
* - Section shuffling: comply to the section ordering outlined in mdoc(7).aaron2000-11-101-1/+1
| | | | | | - Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-5/+29
| | | | | | | 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.
* add missing .El against .Bl.itojun2000-09-031-2/+3
|
* no need for those dynamic libraries anymorederaadt2000-08-251-5/+1
|
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-3/+5
| | | | (note that we cannot talk to ssh.com's ssh2 agents)
* more doc on: DSA, id_dsa, known_hosts2, authorized_keys2markus2000-05-031-3/+3
|
* Trailing whitespace begone!aaron2000-04-121-4/+4
|
* Fix some formatting problems I missed before.aaron2000-03-231-15/+18
|
* ie. -> i.e.,aaron2000-01-221-2/+2
|
* document $SSH_ASKPASS, reasonable defaultmarkus1999-12-021-2/+5
|
* SSH_ASKPASS supportmarkus1999-11-241-3/+6
|
* rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>markus1999-11-161-3/+5
|
* Remove some redundant .Pp.aaron1999-10-171-2/+1
|
* update trailer, and copy to other pagesderaadt1999-10-171-9/+25
|
* document reality (no askpass, ignore group-world-accessible private keys)markus1999-10-111-8/+8
|
* detail how we manage to not include RSA, and point people at ssl(8)deraadt1999-10-021-2/+14
|
* first cut of mandoc man pages from aaronderaadt1999-09-261-59/+50
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+98
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.