Related to
Access
What is the issue you’re encountering
cloudflare-proxy presents new host keys on every SSH connection
What steps have you taken to resolve the issue?
Confirmed the host keys are static and correct over a separate IP on the host. Contacted enterprise support but have not heard anything in days.
What are the steps to reproduce the issue?
ssh-keyscan -t ssh-ed25519 x.x.x.x
x.x.x.x:22 SSH-2.0-cloudflare-proxy
x.x.x.x ssh-ed25519 random-public-key-1
ssh-keyscan -t ssh-ed25519 x.x.x.x
x.x.x.x:22 SSH-2.0-cloudflare-proxy
x.x.x.x ssh-ed25519 random-public-key-2
etc…