Reported-by: George Dunlap <george.dun...@citrix.com>
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 Osstest/TestSupport.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 6e19b28..daeb3e0 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -2394,7 +2394,8 @@ sub authorized_keys () {
     my $authkeys= '';
     my @akf= map {
         "$ENV{'HOME'}/.ssh/$_"
-        } qw(authorized_keys id_dsa.pub id_rsa.pub);
+        } qw(authorized_keys id_dsa.pub id_rsa.pub
+            id_ed25519.pub id_ecdsa.pub);
     push @akf, split ':', $c{AuthorizedKeysFiles};
     push @akf, $c{TestHostKeypairPath}.'.pub';
     foreach my $akf (@akf) {
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to