GitHub/GitLab SSH keys

Anywho I got SSH working for both. Remote string…

git@github.com:billb2050/project.git
or
git@gitlab.com:Billb2050/project.git

For example…

> git clone git@github.com:billb2050/toHerc.git
Cloning into ‘toHerc’…
Enter passphrase for key ‘/home/bill/.ssh/id_ed25519’:  
remote: Enumerating objects: 22, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (18/18), done.
Receiving objects: 100% (22/22), 4.39 KiB | 4.39 MiB/s, done.
Resolving deltas: 100% (6/6), done.
remote: Total 22 (delta 6), reused 15 (delta 4), pack-reused 0
>