SSH Keys
GitHub no longer supports
RSA
SSH keys so the keys on the server need updating to use the ECDSA
standard. Read more here.Use new type of key as general SSH Key, use old type (ssh-keygen) for automations
Generate ECDSA
SSH key
ssh-keygen -t ecdsa -b 256