summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow some additional control over the use of ssh-askpassdjm2020-07-141-7/+23
* allow "ssh-add -d -" to read keys to be deleted from stdindjm2020-06-261-2/+7
* sync the description of the $SSH_SK_PROVIDER environment variable withdjm2020-02-071-3/+5
* Document loading of resident keys from a FIDO authenticator.naddy2020-01-171-3/+5
* Replace the term "security key" with "(FIDO) authenticator".naddy2019-12-211-13/+8
* tweak the Nd lines for a bit of consistency;jmc2019-11-301-3/+3
* more missing mentions of ed25519-sk; ok djm@naddy2019-11-181-3/+6
* double word;jmc2019-11-151-3/+3
* directly support U2F/FIDO2 security keys in OpenSSH by linkingdjm2019-11-141-4/+3
* Fill in missing man page bits for U2F security key support:naddy2019-11-071-3/+6
* sort;jmc2019-11-011-6/+6
* ssh-add support for U2F/FIDO keysdjm2019-10-311-2/+11
* add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debugdjm2019-01-211-2/+12
* - -T was added to the first synopsis by mistakejmc2019-01-211-6/+5
* add option to test whether keys in an agent are usable, by performingdjm2019-01-201-3/+11
* sort options;jmc2017-08-291-3/+3
* add a -q option to ssh-add to make it quiet on success.dlg2017-08-291-3/+5
* remove superfluous protocol 2 mentions; ok jmc@naddy2017-05-051-6/+6
* more protocol 1 stuff to go; ok djmjmc2017-05-031-6/+3
* ssh-askpass(1) is the default, overridden by SSH_ASKPASS;jmc2015-03-301-8/+10
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-2/+11
* improve capitalization for the Ed25519 public-key signature system.sobrado2014-08-301-3/+3
* add missing mentions of ed25519; ok djm@naddy2013-12-071-3/+6
* tweak previous;jmc2012-12-031-3/+3
* make deleting explicit keys "ssh-add -d" symmetric with adding keys -djm2012-12-021-7/+7
* new "ssh-add -k" option to load plain keys (skipping certificates);djm2011-10-181-3/+6
* knock out some "-*- nroff -*-" lines;jmc2010-10-281-4/+2
* two more EXIT STATUS sections;jmc2010-09-041-3/+3
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-5/+8
* mention loading of certificate files from [private]-cert.pub whendjm2010-03-051-2/+9
* pkcs#11 is no longer optional; improve wording; ok jmc@markus2010-02-101-4/+4
* tweak previous; ok markusjmc2010-02-081-4/+4
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-8/+8
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-4/+5
* identies -> identities;jmc2007-06-121-3/+3
* better document ssh-add's -d option (delete identies from agent), bz#1224djm2007-06-121-3/+14
* convert to new .Dd format;jmc2007-05-311-2/+2
* OpenSSH doesn't ever look at the $HOME environment variable, so don't saydjm2005-04-211-7/+7
* sort options;jmc2005-03-011-22/+23
* .Xsession -> .xsession;jmc2004-08-301-2/+2
* ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.matthieu2003-11-251-3/+4
* - section reorderjmc2003-06-101-20/+20
* - killed whitespacejmc2003-03-281-4/+5
* xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490markus2003-02-101-2/+2
* ssh-add -c, prompt user for confirmation (using ssh-askpass) whenmarkus2003-01-231-2/+10
* KNF done automatically while reading....deraadt2002-06-191-2/+2
* use convtime() to parse and validate key lifetime. can nowstevesk2002-06-101-2/+4
* ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@markus2002-06-051-1/+5
* ssh-add -x for lock and -X for unlocking the agent.markus2002-06-051-2/+6