Cloud Native Development SSH Key Fingerprint Verification
Cloud Native Development supports SSH connections for remote access. To ensure security, you can verify whether the SSH key fingerprint is correct.
# SSH Key Fingerprint
Below is the SSH key fingerprint for CNB Cloud Native Development:
SHA256:fnWZvpqd+VAIRJxaZdV1KVMFfDgcCjYrP2VSWQ68T/E
# How to Verify SSH Key Fingerprints
You can check the local .ssh/known_hosts
file to verify whether the SSH key fingerprint of the trusted remote host is correct.
If the SSH key fingerprint is incorrect, delete the corresponding line in the .ssh/known_hosts
file and reconnect.
Run the following command in the terminal to view the key fingerprint:
# Navigate to the .ssh directory first
ssh-keygen -lf .ssh/known_hosts