]> granicus.if.org Git - curl/commit
Immanuel pointed out that public key SSH auth failed if no public/private
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Sep 2007 21:14:28 +0000 (21:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Sep 2007 21:14:28 +0000 (21:14 +0000)
commit45fd6685bdf6b223088f34c77c56eacb0e5182ed
treebf99cfa34d7c04eeff82c934aa2ebb22ddd6eef9
parent0159636373b5959e980824fd1933c79b18acedd8
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
RELEASE-NOTES
lib/ssh.c