summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-add.1
AgeCommit message (Expand)Author
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2023-12-19sort -C, and add to usage(); ok djmJason McIntyre
2023-12-18Make it possible to load certs from PKCS#11 tokensDamien Miller
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2021-12-22sort -H and -h in SYNOPSIS/usage();Jason McIntyre
2021-12-19document destination-constrained keysDamien Miller
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-06-26allow "ssh-add -d -" to read keys to be deleted from stdinDamien Miller
2020-02-07sync the description of the $SSH_SK_PROVIDER environment variable withDamien Miller
2020-01-17Document loading of resident keys from a FIDO authenticator.Christian Weisgerber
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-18more missing mentions of ed25519-sk; ok djm@Christian Weisgerber
2019-11-15double word;Jason McIntyre
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-11-01sort;Jason McIntyre
2019-10-31ssh-add support for U2F/FIDO keysDamien Miller
2019-01-21add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugDamien Miller
2019-01-21- -T was added to the first synopsis by mistakeJason McIntyre
2019-01-20add option to test whether keys in an agent are usable, by performingDamien Miller
2017-08-29sort options;Jason McIntyre
2017-08-29add a -q option to ssh-add to make it quiet on success.David Gwynne
2017-05-05remove superfluous protocol 2 mentions; ok jmc@Christian Weisgerber
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2015-03-30ssh-askpass(1) is the default, overridden by SSH_ASKPASS;Jason McIntyre
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2012-12-03tweak previous;Jason McIntyre
2012-12-02make deleting explicit keys "ssh-add -d" symmetric with adding keys -Damien Miller
2011-10-18new "ssh-add -k" option to load plain keys (skipping certificates);Damien Miller
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2007-06-12identies -> identities;Jason McIntyre
2007-06-12better document ssh-add's -d option (delete identies from agent), bz#1224Damien Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
2005-03-01sort options;Jason McIntyre
2004-08-30.Xsession -> .xsession;Jason McIntyre
2003-11-25ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.Matthieu Herrb
2003-06-10- section reorderJason McIntyre
2003-03-28- killed whitespaceJason McIntyre