Workspaces SSH Key Fingerprint Verification
About 135 wordsLess than 1 minute
Workspaces supports remote connection via Remote-SSH. For security purposes, you can verify whether the SSH key fingerprint is correct.
SSH Key Fingerprint
Below is the SSH key fingerprint for CNB Workspaces:
SHA256:fnWZvpqd+VAIRJxaZdV1KVMFfDgcCjYrP2VSWQ68T/EHow to Verify SSH Key Fingerprint
You can verify the SSH key fingerprint of a trusted remote host by checking the local .ssh/known_hosts file. If the fingerprint is incorrect, you can delete the corresponding line in the .ssh/known_hosts file and reconnect.
Run the following command in terminal to view the key fingerprint:
# First navigate to the directory containing the .ssh folder
ssh-keygen -lf .ssh/known_hosts