ssh.rst
changeset 375 14c1b180f3f3
parent 374 cdc768ae8024
child 376 9d0020009266
equal deleted inserted replaced
374:cdc768ae8024 375:14c1b180f3f3
    46   IdentityFile ~/.ssh/id_dsa   # standard search path for RSA key protocol ver. 2
    46   IdentityFile ~/.ssh/id_dsa   # standard search path for RSA key protocol ver. 2
    47   IdentityFile ~/.ssh/id_rsa   # standard search path for DSA key protocol ver. 2
    47   IdentityFile ~/.ssh/id_rsa   # standard search path for DSA key protocol ver. 2
    48   IdentityFile ~/.ssh/my_dsa
    48   IdentityFile ~/.ssh/my_dsa
    49   IdentityFile ~/.ssh/another_dsa
    49   IdentityFile ~/.ssh/another_dsa
    50 
    50 
       
    51 or
       
    52 
       
    53   Host host1                   # alias, that user provide at CLI
       
    54   HostName host1.example.com   # real host name to log into
       
    55   User iam
       
    56   IdentifyFile ~/.ssh/iam_priv_dsa
       
    57   Host host2                   # alias, that user provide at CLI
       
    58   HostName 192.168.1.2         # real host IP to log into
       
    59   User admin
       
    60   IdentifyFile ~/.ssh/admin_priv_dsa
       
    61 
    51 * Installing.
    62 * Installing.
    52 
    63 
    53 ** Windows.
    64 ** Windows.
    54 
    65 
    55 Use Cygwin OpenSSH.
    66 Use Cygwin OpenSSH.