mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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:
parent
5cd9c83e73
commit
d142d2f4a1
@ -17,7 +17,7 @@ sub run {
|
|||||||
sleep 2;
|
sleep 2;
|
||||||
# confirm empty passphrase
|
# confirm empty passphrase
|
||||||
send_key "ret";
|
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
|
# launch Firefox
|
||||||
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://172.16.2.118\n";
|
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://172.16.2.118\n";
|
||||||
# log in as admin
|
# log in as admin
|
||||||
|
Loading…
Reference in New Issue
Block a user