|
|
|
|
|
by whalesalad
182 days ago
|
|
yes. ssh keys can be named whatever and you can have as many of them in your .ssh dir (or any dir) as you want. "id_ed25519.pub" is just a default/convention. run "ssh -vvv" and you will see how ssh client decides to look thru that directory. it will try all of them if none are specified. |
|
I am just trying to figure out how we are jumping from storing in ~/.ssh to storing in the repo here.