summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent.1
AgeCommit message (Collapse)Author
2003-05-14setup -> set up;Jason McIntyre
from wiz@netbsd
2003-03-28- killed whitespaceJason McIntyre
- new sentence new line - .Bk for arguments ok markus@
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
The default can still be overriden by using -t in ssh-add. OK markus@
2002-06-24the socket name contains ssh-agent's ppid; via mpech@ from form@Markus Friedl
2002-06-22use process ID vs. pid/PID/process identifierKevin Steves
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-05'-a bind_address' binds the agent to user-specified unix-domainMarkus Friedl
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
2002-02-04more sync for default ssh-add identities; ok markus@Kevin Steves
2002-02-03ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.Kevin Steves
2001-11-19clarify/state that private keys are not exposed to clients using the agent;Kevin Steves
ok markus@
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-08-23fix usage; ok markus@Kevin Steves
2001-07-15-d will not fork; ok markus@Kevin Steves
2001-06-26add debug flagMarkus Friedl
2001-04-10document id_rsa{.pub,}. markus okJun-ichiro itojun Hagino
2001-04-02grammar; slade@shore.netTheo de Raadt
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-08drop references to ssl(8). markus okJun-ichiro itojun Hagino
2001-01-28cleanup AUTHORS sectionsMarkus Friedl
2000-11-15typo, use .ItMarkus Friedl
2000-11-15reorder SYNOPSISMarkus Friedl
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
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.
2000-08-25no need for those dynamic libraries anymoreTheo de Raadt
2000-08-19add SSH2/DSA support to the agent and some other DSA related cleanups.Markus Friedl
(note that we cannot talk to ssh.com's ssh2 agents)
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-05-03more doc on: DSA, id_dsa, known_hosts2, authorized_keys2Markus Friedl
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
1999-11-16typoTheo de Raadt
1999-10-28from niklas: Add -c -s and -k support, Create socket early to avoid race,Markus Friedl
Don't let child access std{in,out,err}
1999-10-17update trailer, and copy to other pagesTheo de Raadt
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
interops (x11,agent,etc) with 1.2.27 and protocol 1.3
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work
1999-10-02detail how we manage to not include RSA, and point people at ssl(8)Theo de Raadt
1999-09-26first cut of mandoc man pages from aaronTheo de Raadt
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.