Skip to main content
Perform the following steps to test the SSH connection:
1
Log in to the SSH client machine.
2
Open a terminal session.
3
Run the following command to test an SSH connection to the SSH server by using the private key stored on the CryptoHub through FXPKCS11. In the -I flag, specify the location of the FXPKCS11 library.
Shell
ssh -I /usr/local/bin/fxpkcs11/libfxpkcs11.so user_name@SSH_Server_IP
If successful, the SSH client is successfully logged in to a remote SSH session on the SSH server without needing to enter the password of the remote user it is connecting with.
None
username@SSHServer_IP:~$