Open a terminal session and go to the location of the SSH client public key file that you exported from the KMES Series 3.
Run the following OpenSSL command to convert the public key that was exported from the KMES Series 3 from DER format to PEM format (this is required for the ssh-keygen command in step 4):
Shell
SSH requires a specific format for the public keys used within an SSH session. Run the following ssh-keygen command to convert the SSH_Client_Public.pem file that was output from the previous command to the required SSH public key format, and add it to the
~/.ssh/authorized_keys file:Shell
Optionally, you can also set the following directives to make the SSH daemon respond only to SSH keys:
None

