Related to
Cloudflare Tunnel
What is the issue you’re encountering
Unable to connect SSH via WARP
What are the steps to reproduce the issue?
I have configuration on my ubuntu server for cloudflared tunnel for SSH connection, I’m using connection type Self managed ssh keys. Every time I connect my client computer to WARP, I never able to connect to the ssh server that runs cloudflared tunnel, always stuck on select user, then raised error “Remote side sent disconnect message type 14 (no more auth methods available): origin auth failed” (Error from Putty in Windows 10) (client and server in different network). I thought it was the problem of public key, but when I try to connect without WARP (in same network obviously), there is no problem with public key and I successfully connect. I think the cloudflared service unable to read the autorized_keys file that stores the public key of client, but I have no idea how to fix it. Here the error from server logs
2024-12-21T11:22:32.922746+07:00 usdd1 sshd[4069]: Received disconnect from 192.168.84.160 port 35578:11: cloudflare: client connection closed [preauth]
2024-12-21T11:22:32.926667+07:00 usdd1 sshd[4069]: Disconnected from 192.168.84.160 port 35578 [preauth]