cloudflare / cloudflare/cloudflared
Cannot connect in cloudflared ssh
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I watch the tutorial for setting up the cloudflared ssh, I already run the cloudflared as ssh. BTW, my server is a Linux, and the client is windows. whenever I connect to ssh like: `ssh user@cloudflared.myhost.me` I always get, this error:
```
failed to find Access application at https://cloudflared.myhost.me
kex_exchange_identification: Connection closed by remote host
```
I guess that my problem is in my windows setup, I also tried connecting using Putty and it doesn't work. I manually put this to my .ssh folder in my windows:
```
Host cloudflared.myhost.me
ProxyCommand cloudflared access ssh-gen --hostname %h && cloudflared access ssh --hostname %h
```
*Note: `cloudflared.myhost.me` is just an example domain, not my real domain :)*
Contributor guide
Assessment
This issue has not been assessed yet.