Per host private key.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 May 2010 20:57:06 +0300
changeset 376 9d0020009266
parent 375 14c1b180f3f3
child 377 3716a7f903f0
Per host private key.
ssh.rst
--- 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