zezere: update for new default ssh key algorithm

ssh-keygen now defaults to ed25519, so this test needs updating.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-29 10:32:14 -07:00
parent 5cd9c83e73
commit d142d2f4a1
1 changed files with 1 additions and 1 deletions

View File

@ -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