I’m attempting to understand how to share my SSH access key between multiple client machines.
Desktop A
Desktop B
Server A
I setup ServerA from DesktopA via SSH public key authentication.
How do I add this same SSH key access to DesktopB so it can access same ServerA user?