catthehacker / docker_images

Docker images
MIT License
212 stars 75 forks source link

Don't restrict keyscan to RSA #115

Closed andrewvaughan closed 10 months ago

andrewvaughan commented 11 months ago

I'm not sure why this is limited to RSA:

https://github.com/catthehacker/docker_images/blob/master/linux/ubuntu/scripts/act.sh#L96C1-L97C1

Is this done for a reason? I believe it's causing my error that I opened, here:

https://github.com/nektos/act/issues/2039

Apologies for opening multiple issues - I'm not sure where the best place for this belongs, as my problem technically coming from act, but I believe this is the root cause.