From 45fd6685bdf6b223088f34c77c56eacb0e5182ed Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 18 Sep 2007 21:14:28 +0000 Subject: 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. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cee4d48c8..f3a9ce7e5 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.2.3