Perform the following steps to configure the SSH Client Public Key on the SSH Server and disable non-key-based modes of authentication:Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
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

