diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-18 21:14:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-18 21:14:28 +0000 |
commit | 45fd6685bdf6b223088f34c77c56eacb0e5182ed (patch) | |
tree | bf99cfa34d7c04eeff82c934aa2ebb22ddd6eef9 /CHANGES | |
parent | 0159636373b5959e980824fd1933c79b18acedd8 (diff) |
Immanuel pointed out that public key SSH auth failed if no public/private
key was specified and there was no HOME environment variable, and then it
didn't continue to try the other auth methods. Now it will instead try to
get the files id_dsa.pub and id_dsa from the current directory if none of
the two conditions were met.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel S (18 September 2007) +- Immanuel pointed out that public key SSH auth failed if no public/private + key was specified and there was no HOME environment variable, and then it + didn't continue to try the other auth methods. Now it will instead try to + get the files id_dsa.pub and id_dsa from the current directory if none of + the two conditions were met. + Dan F (17 September 2007) - Added hooks to the test suite to make it possible to test a curl running on a remote host. |