Creating key pairs for key-based login with the TADDM server
You can create a public/private key pair using the Secure Shell protocol (SSH) for key-based login with the TADDM server.
Depending on the version of SSH that you are using, SSH key-based login uses the keys shown in Table 1:
SSH Version/Algorithm | Private Key | Public Key |
---|---|---|
Openssh/SSH2/RSA | $HOME/.ssh/id_rsa | $HOME/.ssh/id_rsa.pub |
Openssh/SSH2/DSA | $HOME/.ssh/id_dsa | $HOME/.ssh/id_dsa.pub |
Openssh/SSH1/RSA | $HOME/.ssh/identity | $HOME/.ssh/identity.pub |
Commercial/SSH2/RSA | $HOME/.ssh2/id_dss_1024_a | $HOME/.ssh2/id_dss_1024_a .pub |
You can also generate a public/private key pair using OpenSSH, version 2. To generate a public/private key pair using an SSH program other than OpenSSH or another version of OpenSSH, refer to the SSH documentation.
To generate a public/private key pair using OpenSSH, version 2, complete the following steps: