catthehacker / docker_images

Docker images
MIT License
212 stars 75 forks source link

Remove RSA restriction from SSH (closes #115) #116

Closed andrewvaughan closed 10 months ago

andrewvaughan commented 11 months ago

Please see #115 - this removes RSA from being the only supported encryption method, which breaks newer, better practices for encryption, and allows for this script to update to GitHub's newer standards as they update.

Full list of fingerprints are available here, which this new code will now properly incorporate into the known hosts:

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints

Fixes #115