Commit a52fd26
committed
fix(test): generate RSA SSH key in docker-popular build
The SSH connection options require RSA keys
(PubkeyAcceptedAlgorithms=rsa-sha2-512), but build_rootfs.sh
was using the default key type (ED25519 on modern OpenSSH).
This mismatch caused SSH authentication failures in the
docker-popular pipeline.
Align with setup-ci-artifacts.sh by explicitly generating
RSA-2048 keys.
Signed-off-by: Riccardo Mancini <mancio@amazon.com>1 parent 01f90a8 commit a52fd26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments