SSH Public Key Authentication

October 24th, 2009

A minor heads up when configuring ssh for public key authentication is that ssh on the local machine only checks ~/.ssh/id_rsa and ~/.ssh/id_dsa for private keys to use public key authentication. Hence, if you have multiple sets of key pairs then you might have to explicitly point to the correct private key using the -i flag of the ssh command.

Sorry, comments are closed for this article.