Cloudflare Zero Trust SSH

To enable the Cloudflare Zero Trust web based SSH on an Ubuntu Server 22.04 system I did the following.

cloudflare_zerotrust.conf
PubkeyAuthentication yes
PubkeyAcceptedKeyTypes=+ssh-rsa
HostKeyAlgorithms=+ssh-rsa

Without both the key type and key algorithm allowing ssh-rsa I was unable to successfully connect.