Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | make copyright lines the same format | 2001-03-02 | 1 | -4/+4 | |
| | |||||
* | drop references to ssl(8). markus ok | 2001-02-08 | 1 | -3/+2 | |
| | |||||
* | cleanup AUTHORS sections | 2001-01-28 | 1 | -26/+9 | |
| | |||||
* | typo, use .It | 2000-11-15 | 1 | -2/+2 | |
| | |||||
* | reorder SYNOPSIS | 2000-11-15 | 1 | -6/+6 | |
| | |||||
* | - Section shuffling: comply to the section ordering outlined in mdoc(7). | 2000-11-10 | 1 | -2/+2 | |
| | | | | | | - 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 with | 2000-09-07 | 1 | -7/+30 | |
| | | | | | | | 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. | ||||
* | no need for those dynamic libraries anymore | 2000-08-25 | 1 | -5/+1 | |
| | |||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -4/+7 | |
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | ||||
* | Insert more missing .El directives. Our troff really should identify these and | 2000-07-06 | 1 | -1/+2 | |
| | | | | spit out a warning. | ||||
* | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | 2000-05-03 | 1 | -2/+2 | |
| | |||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -7/+7 | |
| | |||||
* | Fix some formatting problems I missed before. | 2000-03-23 | 1 | -22/+30 | |
| |