Nerdy Drunk

Drunk on technology

User Tools

Site Tools


cloudflare:zero_trust_ssh

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.

cloudflare/zero_trust_ssh.txt · Last modified: 2022/07/30 21:02 by tingalls