[BACK]Return to version.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / version.h (download)

Revision 1.3, Thu Oct 14 18:17:43 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.2: +1 -1 lines

fix old connect() race security-bug for ssh-agent and agent-forwarding
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

#define SSH_VERSION	"OpenSSH-1.1"