aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-18 21:14:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-18 21:14:28 +0000
commit45fd6685bdf6b223088f34c77c56eacb0e5182ed (patch)
treebf99cfa34d7c04eeff82c934aa2ebb22ddd6eef9 /RELEASE-NOTES
parent0159636373b5959e980824fd1933c79b18acedd8 (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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 059a4b682..a10177b90 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,7 @@ This release includes the following bugfixes:
o curl-config --protocols now properly reports LDAPS, SCP and SFTP
o ldapv3 support on Windows
o ldap builds with the MSVC makefiles
+ o no HOME and no key given caused SSH auth failure
This release includes the following known bugs: