SSH
SSH Key Offloading
Test an SSH connection
1min
perform the following steps to test an ssh connection by using the fxpkcs11 library and the {{k3}} log in to the ssh client machine as the root user open a terminal session 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 {{k3}} specify the location of the fxpkcs11 library in the i flag ssh i /usr/local/bin/fxpkcs11/libfxpkcs11 so root\@ssh server ip if the preceding 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 (for example, root in this case) root\@ssh server ip $