For simplicity, we were using the ssh key from podman-machine, but it has the inconvenience that this key is ed25519 and does not work in FIPS mode.
Let's generate and inject an RSA ssh key that it's FIPS approved.
This PR also removes --no-creds because it was broken, making the run and ssh command to fail. Since no-one complained we can safely remove it to avoid confuse the user. We can bring it back if someone ask for that functionality in the future.
For simplicity, we were using the ssh key from podman-machine, but it has the inconvenience that this key is ed25519 and does not work in FIPS mode.
Let's generate and inject an RSA ssh key that it's FIPS approved.
This PR also removes
--no-creds
because it was broken, making therun
andssh
command to fail. Since no-one complained we can safely remove it to avoid confuse the user. We can bring it back if someone ask for that functionality in the future.Fixes #68