朱朗熹
CDCloudflare Developers
•Created by 朱朗熹 on 10/1/2024 in #general-help
SSH Identification String
Hi all,
I've recently configured a cloudflared tunnel for my raspberry pi application and connected through it through a web application that I set up no problem
However when I try to access it through terminal :
cloudflared access ssh --hostname {myhostnamehere}
a browser window pops up and asks me to authenticate (so far no problem)
It then pastes the following :
SSH- 2.0-OpenSSH_9.2p1 -2+deb12u3
upon pressing enter or writing any value it returns with :
Invalid SSH identification string
Can anyone solve this problem?2 replies
CDCloudflare Developers
•Created by 朱朗熹 on 9/28/2024 in #general-help
Cloudflare Tunnel SSH
Hi guys, I'm working on a personal project for my raspberry pi and was wondering if I could access it through a cloudflare tunnel on any non-local network. I know this is possible through port-forwarding, however I do not want to expose my ports to the internet (for security). I followed this tutorial to no avail https://pimylifeup.com/raspberry-pi-cloudflare-tunnel/ and tried to follow cloudflare documentation https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/ and also to no avail. I have created a tunnel, connected it with my raspberry pi, and routed it to the raspberry pi's local ip address. The tunnel shows as healthy.
I have tried configuring a public hostname for the tunnel to access it, and when I try to connect via terminal :
ssh {user}@{my domain}
Nothing happens and a connection time out error occurs
On the client (laptop I am using to connect to the raspberrypi), I have already enrolled it in Zero Trust as per step two of the documentation above. Is there any way to solve this problem? Am I missing something?
2 replies