# HG changeset patch # User Oleksandr Gavenko # Date 1272909395 -10800 # Node ID 14c1b180f3f3688020d03804a3b5e8c6288553db # Parent cdc768ae8024cd96bdbdfdc0876ae36f1ae9a08c Per host ssh priv key. diff -r cdc768ae8024 -r 14c1b180f3f3 ssh.rst --- 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.