Host Key always changing using SSH with Access for Infrastructure

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…

In case anyone else runs into this, turns out you need to setup a key pair for SSH command logging currently.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.