Skip to content

Commit bab8f98

Browse files
committed
tests/plan: add PubkeyAcceptedAlgorithms=+ssh-rsa to ssh-option
To workaround the issue that failed to ssh after reboot, can not reproduce locally. Signed-off-by: Huijing Hei <[email protected]>
1 parent d00f8d1 commit bab8f98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tmt/plans/tests-install.fmf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ provision:
1414
user: root
1515
memory: 4096
1616
disk: 20
17+
ssh-option:
18+
- "PubkeyAcceptedAlgorithms=+ssh-rsa"
1719

1820
/plan-bootc-install-on-coreos:
1921
summary: Execute bootc install on ostree OS

0 commit comments

Comments
 (0)