diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-14 18:17:44 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-14 18:17:44 +0000 |
commit | 8869710bd75df6bd6b8c7bc99aec2ca810e4f98c (patch) | |
tree | 7f1fda8d332bed289a8abf47aa3adc4a7016bd3f /usr.bin/ssh/version.h | |
parent | 577e15b7a31bff75157b7678ebda91996aed409d (diff) |
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
Diffstat (limited to 'usr.bin/ssh/version.h')
-rw-r--r-- | usr.bin/ssh/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index beca9efff36..2d83dc3983d 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1 +1 @@ -#define SSH_VERSION "OpenSSH-1.0" +#define SSH_VERSION "OpenSSH-1.1" |