# HG changeset patch # User Oleksandr Gavenko # Date 1272909426 -10800 # Node ID 9d002000926610ee4a1b2b74da129656914730e2 # Parent 14c1b180f3f3688020d03804a3b5e8c6288553db Per host private key. diff -r 14c1b180f3f3 -r 9d0020009266 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