This is going to be very short really.
The problem:
I have a mess of private and public certificate-files lying around. To gain some overview I named them differently. But when the private key created with
1
|
|
is not named ‘id_rsa’ SSH won’t use it.
The simple solution is to point ssh to the private key it should use with the ‘-i’-option:
1
|
|
e.g.
1
|
|
That’s it.
Have fun!