Per host private key.
--- a/ssh.rst Mon May 03 20:56:35 2010 +0300
+++ b/ssh.rst Mon May 03 20:57:06 2010 +0300
@@ -42,13 +42,14 @@
or place in ~/.ssh/config:
+ Host *
IdentityFile ~/.ssh/identity # standard search path for protocol ver. 1
IdentityFile ~/.ssh/id_dsa # standard search path for RSA key protocol ver. 2
IdentityFile ~/.ssh/id_rsa # standard search path for DSA key protocol ver. 2
IdentityFile ~/.ssh/my_dsa
IdentityFile ~/.ssh/another_dsa
-or
+or per host private key:
Host host1 # alias, that user provide at CLI
HostName host1.example.com # real host name to log into