Per host ssh priv key.
--- a/ssh.rst Mon May 03 20:44:46 2010 +0300
+++ b/ssh.rst Mon May 03 20:56:35 2010 +0300
@@ -48,6 +48,17 @@
IdentityFile ~/.ssh/my_dsa
IdentityFile ~/.ssh/another_dsa
+or
+
+ Host host1 # alias, that user provide at CLI
+ HostName host1.example.com # real host name to log into
+ User iam
+ IdentifyFile ~/.ssh/iam_priv_dsa
+ Host host2 # alias, that user provide at CLI
+ HostName 192.168.1.2 # real host IP to log into
+ User admin
+ IdentifyFile ~/.ssh/admin_priv_dsa
+
* Installing.
** Windows.