From d142d2f4a1b6d2fa6dbcdf1f362c2330f4683b44 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 29 Apr 2024 10:32:14 -0700 Subject: [PATCH] zezere: update for new default ssh key algorithm ssh-keygen now defaults to ed25519, so this test needs updating. Signed-off-by: Adam Williamson --- tests/_iot_zezere_remote.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_iot_zezere_remote.pm b/tests/_iot_zezere_remote.pm index 3788331d..21c28fc3 100644 --- a/tests/_iot_zezere_remote.pm +++ b/tests/_iot_zezere_remote.pm @@ -17,7 +17,7 @@ sub run { sleep 2; # confirm empty passphrase send_key "ret"; - my $sshpub = script_output "cat /root/.ssh/id_rsa.pub"; + my $sshpub = script_output "cat /root/.ssh/id_ed25519.pub"; # launch Firefox type_string "startx /usr/bin/firefox -width 1024 -height 768 http://172.16.2.118\n"; # log in as admin