14. Multiple Keys

14.1. OpenSSH Client

The names of files which contain private keys which your SSH client will "offer" to a SSH server during (attempted) authentication are listed in the configuration file:

     $HOME/.ssh/config
     /etc/ssh/ssh_config
By default these are
    IdentityFile ~/.ssh/identity    # ...SSH 1
    IdentityFile ~/.ssh/id_rsa      # ...SSH 2
    IdentityFile ~/.ssh/id_dsa      # ...SSH 2
Others can be added should you wish to use different keys for different servers.

14.2. OpenSSH Server

Simply store all required public keys in ~/.ssh/authorized_keys.

14.3. SSH Communications Client

Private keys should be store in ~./ssh2 and listed in ~/.ssh2/identification.

14.4. SSH Communications Server

Public keys should be stored in ~/.ssh2 and listed in ~/.ssh2/authorization.

...previousup (conts)next...



About this document:

Produced from the SGML: /home/mc/public_html/_ssh/_reml_grp/ssh.reml
On: 4/4/2006 at 17:51:25
Options: reml2 -i noindex -l long -o html -p multiple