summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* combine -Dd onto one line and update usage();jmc2015-04-241-3/+2
|
* add ssh-agent -D to leave ssh-agent in foreground without enablingdjm2015-04-241-3/+9
| | | | debug mode; bz#2381 ok dtucker@
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-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.sobrado2014-08-301-3/+3
| | | | ok djm@
* remove the identity files from this manpage - ssh-agent doesn't dealdjm2014-04-161-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@naddy2013-12-071-4/+7
|
* honour $TMPDIR for client xauth and ssh-agent temporary directories;djm2010-11-211-4/+4
| | | | feedback and ok markus@
* fix some macro abuse;jmc2010-08-311-3/+3
|
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-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.tedu2010-01-171-4/+5
| | | | Improved text dtucker and ok jmc
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-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.sobrado2009-10-221-6/+10
| | | | ok jmc@
* fix a few typographical errors found by spell(1).sobrado2009-03-261-3/+3
| | | | ok dtucker@, jmc@
* sort synopsis and options in ssh-agent(1); usage is lowercasesobrado2007-09-091-14/+14
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* mark up angle brackets;jmc2006-07-181-3/+3
|
* Update agent socket path templates to reflect reality, correct xref fordtucker2005-11-281-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 saydjm2005-04-211-7/+7
| | | | that we do (bz #623); ok deraadt@
* spacesderaadt2004-07-111-2/+2
|
* Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@dtucker2004-05-131-5/+17
|
* - section reorderjmc2003-06-101-6/+6
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* setup -> set up;jmc2003-05-141-2/+2
| | | | from wiz@netbsd
* - killed whitespacejmc2003-03-281-3/+4
| | | | | | | - new sentence new line - .Bk for arguments ok markus@
* Add a -t life option to ssh-agent that set the default lifetime.marc2003-01-211-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@markus2002-06-241-3/+3
|
* use process ID vs. pid/PID/process identifierstevesk2002-06-221-2/+2
|
* KNF done automatically while reading....deraadt2002-06-191-2/+2
|
* '-a bind_address' binds the agent to user-specified unix-domainmarkus2002-06-051-2/+7
| | | | socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
* more sync for default ssh-add identities; ok markus@stevesk2002-02-041-10/+1
|
* ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.stevesk2002-02-031-4/+6
|
* clarify/state that private keys are not exposed to clients using the agent;stevesk2001-11-191-1/+6
| | | | ok markus@
* avoid first person in manual pagesderaadt2001-09-051-4/+4
|
* fix usage; ok markus@stevesk2001-08-231-6/+4
|
* -d will not fork; ok markus@stevesk2001-07-151-2/+2
|
* add debug flagmarkus2001-06-261-1/+7
|
* document id_rsa{.pub,}. markus okitojun2001-04-101-3/+5
|
* grammar; slade@shore.netderaadt2001-04-021-2/+2
|
* make copyright lines the same formatderaadt2001-03-021-4/+4
|
* drop references to ssl(8). markus okitojun2001-02-081-3/+2
|
* cleanup AUTHORS sectionsmarkus2001-01-281-26/+9
|
* typo, use .Itmarkus2000-11-151-2/+2
|
* reorder SYNOPSISmarkus2000-11-151-6/+6
|
* - Section shuffling: comply to the section ordering outlined in mdoc(7).aaron2000-11-101-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 withderaadt2000-09-071-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 anymorederaadt2000-08-251-5/+1
|
* add SSH2/DSA support to the agent and some other DSA related cleanups.markus2000-08-191-4/+7
| | | | (note that we cannot talk to ssh.com's ssh2 agents)
* Insert more missing .El directives. Our troff really should identify these andaaron2000-07-061-1/+2
| | | | spit out a warning.
* more doc on: DSA, id_dsa, known_hosts2, authorized_keys2markus2000-05-031-2/+2
|
* Trailing whitespace begone!aaron2000-04-121-7/+7
|
* Fix some formatting problems I missed before.aaron2000-03-231-22/+30
|