Skip to main content

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.

Perform the following steps to test an SSH connection by using the FXPKCS11 library and the KMES Series 3:
1
Log in to the SSH client machine as the root user.
2
Open a terminal session.
3
Run the following command to test an SSH connection to the SSH server by using the FXPKCS11 library and the private key stored on the KMES Series 3. Specify the location of the FXPKCS11 library in the -I flag.
Shell
ssh -I /usr/local/bin/fxpkcs11/libfxpkcs11.so root@SSH_Server_IP
If this command succeeds, the SSH client connects to a remote SSH session on the SSH server without having to enter the password of the remote user trying to connect (root in this case).
Shell
root@SSHServerIP:~$