summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ie. -> i.e.,aaron2000-01-221-2/+2
|
* typoderaadt1999-11-161-2/+2
|
* from niklas: Add -c -s and -k support, Create socket early to avoid race,markus1999-10-281-11/+50
| | | | Don't let child access std{in,out,err}
* update trailer, and copy to other pagesderaadt1999-10-171-9/+25
|
* support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.markus1999-10-161-2/+2
| | | | interops (x11,agent,etc) with 1.2.27 and protocol 1.3
* fix old connect() race security-bug for ssh-agent and agent-forwardingmarkus1999-10-141-19/+7
| | | | | | | | | | 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
* detail how we manage to not include RSA, and point people at ssl(8)deraadt1999-10-021-2/+14
|
* first cut of mandoc man pages from aaronderaadt1999-09-261-50/+45
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+113
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.