Francois Gouget : testbot/TestAgent: Fix the check for the id_dsa and id_rsa keys.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 10:17:12 CST 2012


Module: tools
Branch: master
Commit: a273816ac6c7816a485490d622ef6abe080f7f86
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=a273816ac6c7816a485490d622ef6abe080f7f86

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec 17 16:39:52 2012 +0100

testbot/TestAgent: Fix the check for the id_dsa and id_rsa keys.

---

 testbot/lib/WineTestBot/TestAgent.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testbot/lib/WineTestBot/TestAgent.pm b/testbot/lib/WineTestBot/TestAgent.pm
index cb63cfd..6b8bff7 100644
--- a/testbot/lib/WineTestBot/TestAgent.pm
+++ b/testbot/lib/WineTestBot/TestAgent.pm
@@ -807,7 +807,7 @@ sub _Connect($)
     if (defined $ENV{HOME} and !exists $AuthOptions{"privatekey"} and
         !exists $AuthOptions{"publickey"})
     {
-      foreach my $key ("dsa", "rsa")
+      foreach my $key ("id_dsa", "id_rsa")
       {
         if (-f "$ENV{HOME}/.ssh/$key" and -f "$ENV{HOME}/.ssh/$key.pub")
         {




More information about the wine-cvs mailing list