Workspaces SSH Key Fingerprint Verification
About 112 wordsLess than 1 minute
Workspaces supports remote connection via 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/E
How to Verify SSH Key Fingerprint
You can verify if the SSH key fingerprint of the trusted remote host is correct by checking the local .ssh/known_hosts file. If the SSH key 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