When connecting for the first time to the Caution server via ssh with git push caution main I had to accept a fingerprint:
The authenticity of host '[dashboard.caution.co]:2222 ([<IPv4 Address>]:2222)' can't be established.
ED25519 key fingerprint is SHA256:3kT4oRChk4JRWak/iIH1YtPcTnV3t/3lkXXZviNw8HI.
In particular, the security minded nature of Caution, makes me think it would be good to offer the fingerprint out of band, possibly in this section of the documentation, and maybe also in more than one place.
When connecting for the first time to the Caution server via ssh with `git push caution main` I had to accept a fingerprint:
```
The authenticity of host '[dashboard.caution.co]:2222 ([<IPv4 Address>]:2222)' can't be established.
ED25519 key fingerprint is SHA256:3kT4oRChk4JRWak/iIH1YtPcTnV3t/3lkXXZviNw8HI.
```
In particular, the security minded nature of Caution, makes me think it would be good to offer the fingerprint out of band, possibly in [this section of the documentation](https://docs.caution.co/quickstart/fully-managed/#deploy-the-application), and maybe also in more than one place.