roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Add GitHub SSH ed25519 key to known hosts #1324

Closed swalkinshaw closed 3 years ago

swalkinshaw commented 3 years ago

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

Got the full known host by running ssh -T git@github.com locally

cspicuzza commented 3 years ago

This commit fixed an issue where I wasn't able to install composer packages while deploying to a DO droplet