Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better terminology for permissions; feedback & ok markus@ | 2020-06-22 | 1 | -9/+9 | |
| | |||||
* | Correct synopsis and usage for the options accepted when passing a command | 2020-06-19 | 1 | -3/+8 | |
| | | | | to ssh-agent. ok jmc@ | ||||
* | Replace the term "security key" with "(FIDO) authenticator". | 2019-12-21 | 1 | -4/+4 | |
| | | | | | The polysemous use of "key" was too confusing. Input from markus@. ok jmc@ | ||||
* | tweak the Nd lines for a bit of consistency; | 2019-11-30 | 1 | -3/+3 | |
| | | | | ok markus | ||||
* | reshuffle the text to read better; | 2019-11-28 | 1 | -82/+76 | |
| | | | | input from naddy, djmc, and dtucker | ||||
* | revert previous: naddy pointed out what's meant to happen. rethink needed... | 2019-11-19 | 1 | -3/+5 | |
| | |||||
* | -c and -s do not make sense with -k; reshuffle -k into the main synopsis/usage; | 2019-11-19 | 1 | -6/+4 | |
| | | | | ok djm | ||||
* | ssh-agent support for U2F/FIDO keys | 2019-10-31 | 1 | -9/+11 | |
| | | | | feedback & ok markus@ | ||||
* | tweak previous; | 2016-11-30 | 1 | -12/+13 | |
| | | | | while here fix up FILES and AUTHORS; | ||||
* | add a whitelist of paths from which ssh-agent will load (via | 2016-11-30 | 1 | -2/+15 | |
| | | | | ssh-pkcs11-helper) a PKCS#11 module; ok markus@ | ||||
* | do not confuse mandoc by presenting "Dd"; | 2015-11-15 | 1 | -2/+2 | |
| | |||||
* | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | 2015-11-15 | 1 | -2/+9 | |
| | | | | | | | | | | 'ask', or 'confirm', and defaults to 'no'. When enabled, a private key that is used during authentication will be added to ssh-agent if it is running (with confirmation enabled if set to 'confirm'). Initial version from Joachim Schipper many years ago. ok markus@ | ||||
* | "commandline" -> "command line", since there are so few examples | 2015-11-05 | 1 | -3/+3 | |
| | | | | | | | of the former in the pages, so many of the latter, and in some of these pages we had multiple spellings; prompted by tj | ||||
* | combine -Dd onto one line and update usage(); | 2015-04-24 | 1 | -3/+2 | |
| | |||||
* | add ssh-agent -D to leave ssh-agent in foreground without enabling | 2015-04-24 | 1 | -3/+9 | |
| | | | | debug mode; bz#2381 ok dtucker@ | ||||
* | Add FingerprintHash option to control algorithm used for key | 2014-12-21 | 1 | -2/+11 | |
| | | | | | | | fingerprints. Default changes from MD5 to SHA256 and format from hex to base64. Feedback and ok naddy@ markus@ | ||||
* | improve capitalization for the Ed25519 public-key signature system. | 2014-08-30 | 1 | -3/+3 | |
| | | | | ok djm@ | ||||
* | remove the identity files from this manpage - ssh-agent doesn't deal | 2014-04-16 | 1 | -37/+16 | |
| | | | | | with them at all and the same information is duplicated in ssh-add.1 (which does deal with them); prodded by deraadt@ | ||||
* | add missing mentions of ed25519; ok djm@ | 2013-12-07 | 1 | -4/+7 | |
| | |||||
* | honour $TMPDIR for client xauth and ssh-agent temporary directories; | 2010-11-21 | 1 | -4/+4 | |
| | | | | feedback and ok markus@ | ||||
* | fix some macro abuse; | 2010-08-31 | 1 | -3/+3 | |
| | |||||
* | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | 2010-08-31 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA offer better performance than plain DH and DSA at the same equivalent symmetric key length, as well as much shorter keys. Only the mandatory sections of RFC5656 are implemented, specifically the three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and ECDSA. Point compression (optional in RFC5656 is NOT implemented). Certificate host and user keys using the new ECDSA key types are supported. Note that this code has not been tested for interoperability and may be subject to change. feedback and ok markus@ | ||||
* | Correct and clarify ssh-add's password asking behavior. | 2010-01-17 | 1 | -4/+5 | |
| | | | | Improved text dtucker and ok jmc | ||||
* | write UNIX-domain in a more consistent way; while here, replace a | 2009-10-22 | 1 | -8/+7 | |
| | | | | | | | | few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@ | ||||
* | use the UNIX-related macros (.At and .Ux) where appropriate. | 2009-10-22 | 1 | -6/+10 | |
| | | | | ok jmc@ | ||||
* | fix a few typographical errors found by spell(1). | 2009-03-26 | 1 | -3/+3 | |
| | | | | ok dtucker@, jmc@ | ||||
* | sort synopsis and options in ssh-agent(1); usage is lowercase | 2007-09-09 | 1 | -14/+14 | |
| | | | | ok jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | mark up angle brackets; | 2006-07-18 | 1 | -3/+3 | |
| | |||||
* | Update agent socket path templates to reflect reality, correct xref for | 2005-11-28 | 1 | -4/+4 | |
| | | | | the time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@ | ||||
* | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | 2005-04-21 | 1 | -7/+7 | |
| | | | | that we do (bz #623); ok deraadt@ | ||||
* | spaces | 2004-07-11 | 1 | -2/+2 | |
| | |||||
* | Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@ | 2004-05-13 | 1 | -5/+17 | |
| | |||||
* | - section reorder | 2003-06-10 | 1 | -6/+6 | |
| | | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | ||||
* | setup -> set up; | 2003-05-14 | 1 | -2/+2 | |
| | | | | from wiz@netbsd | ||||
* | - killed whitespace | 2003-03-28 | 1 | -3/+4 | |
| | | | | | | | - new sentence new line - .Bk for arguments ok markus@ | ||||
* | Add a -t life option to ssh-agent that set the default lifetime. | 2003-01-21 | 1 | -1/+10 | |
| | | | | | The default can still be overriden by using -t in ssh-add. OK markus@ | ||||
* | the socket name contains ssh-agent's ppid; via mpech@ from form@ | 2002-06-24 | 1 | -3/+3 | |
| | |||||
* | use process ID vs. pid/PID/process identifier | 2002-06-22 | 1 | -2/+2 | |
| | |||||
* | KNF done automatically while reading.... | 2002-06-19 | 1 | -2/+2 | |
| | |||||
* | '-a bind_address' binds the agent to user-specified unix-domain | 2002-06-05 | 1 | -2/+7 | |
| | | | | socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago). | ||||
* | more sync for default ssh-add identities; ok markus@ | 2002-02-04 | 1 | -10/+1 | |
| | |||||
* | ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. | 2002-02-03 | 1 | -4/+6 | |
| | |||||
* | clarify/state that private keys are not exposed to clients using the agent; | 2001-11-19 | 1 | -1/+6 | |
| | | | | ok markus@ | ||||
* | avoid first person in manual pages | 2001-09-05 | 1 | -4/+4 | |
| | |||||
* | fix usage; ok markus@ | 2001-08-23 | 1 | -6/+4 | |
| | |||||
* | -d will not fork; ok markus@ | 2001-07-15 | 1 | -2/+2 | |
| | |||||
* | add debug flag | 2001-06-26 | 1 | -1/+7 | |
| | |||||
* | document id_rsa{.pub,}. markus ok | 2001-04-10 | 1 | -3/+5 | |
| | |||||
* | grammar; slade@shore.net | 2001-04-02 | 1 | -2/+2 | |
| |