Age | Commit message (Expand) | Author |
2015-03-30 | ssh-askpass(1) is the default, overridden by SSH_ASKPASS; | Jason McIntyre |
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 |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2012-12-03 | tweak previous; | Jason McIntyre |
2012-12-02 | make deleting explicit keys "ssh-add -d" symmetric with adding keys - | Damien Miller |
2011-10-18 | new "ssh-add -k" option to load plain keys (skipping certificates); | Damien Miller |
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre |
2010-09-04 | two more EXIT STATUS sections; | Jason McIntyre |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-03-05 | mention loading of certificate files from [private]-cert.pub when | Damien Miller |
2010-02-10 | pkcs#11 is no longer optional; improve wording; ok jmc@ | Markus Friedl |
2010-02-08 | tweak previous; ok markus | Jason McIntyre |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2007-06-12 | identies -> identities; | Jason McIntyre |
2007-06-12 | better document ssh-add's -d option (delete identies from agent), bz#1224 | Damien Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller |
2005-03-01 | sort options; | Jason McIntyre |
2004-08-30 | .Xsession -> .xsession; | Jason McIntyre |
2003-11-25 | ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@. | Matthieu Herrb |
2003-06-10 | - section reorder | Jason McIntyre |
2003-03-28 | - killed whitespace | Jason McIntyre |
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-10 | use convtime() to parse and validate key lifetime. can now | Kevin Steves |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl |
2002-06-05 | ssh-add -x for lock and -X for unlocking the agent. | Markus Friedl |
2002-06-05 | mention $SSH_AUTH_SOCK; dave@ugc.org.uk | Markus Friedl |
2002-02-04 | more sync for default ssh-add identities; ok markus@ | Kevin Steves |
2002-01-29 | add DIAGNOSTICS; ok stevesk@ | Markus Friedl |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller |
2001-08-23 | minor cleanup | Kevin Steves |
2001-08-03 | document smartcard options. ok markus@ | Jakob Schlyter |
2001-05-05 | typos, grammar | Kevin Steves |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino |
2001-04-09 | ssh-add retries the last passphrase... | Markus Friedl |
2001-03-02 | make copyright lines the same format | 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 |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-09-03 | add missing .El against .Bl. | Jun-ichiro itojun Hagino |
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-05-03 | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | Markus Friedl |