---
url: /en/workspaces/fingerprint.md
---
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:

```shell

```

## 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:

```bash
# First navigate to the directory containing the .ssh folder
ssh-keygen -lf .ssh/known_hosts
```
