-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ssh: handshake failed: ssh: unable to authenticate #91
Comments
Is port 2222 open for SSH connections? |
Yes, if you try to connect, then the connection will pass. But I don't know the password, and neither do the login |
Did you run the command to set up the client? The |
Oops... It's working. What is the probability that my DNS was bugged? |
You need to disable the proxy option in the DNS record. SSH doesn't work on cloudflare proxy. |
I have disabled proxying. It connects, but the link provided by the program does not work. |
Have you added a DNS record for |
Or do I need to specify somewhere else in the system? |
You need to add one more record for |
Maybe the problem is how NGINX proxies to the network with its certificates? |
Can you check the server logs? Check for errors. docker compose logs caddy Also try the URL on incognito |
The site started loading, but
|
Are you running nginx? |
Portr uses caddy as a reverse proxy, it is unable to bind to port 80 |
Well, I kind of have nginx running on it. |
❯ sudo lsof -i :80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 884293 root 10u IPv4 9090584 0t0 TCP *:http (LISTEN)
nginx 884293 root 11u IPv6 9090585 0t0 TCP *:http (LISTEN)
nginx 884294 www-data 10u IPv4 9090584 0t0 TCP *:http (LISTEN)
nginx 884294 www-data 11u IPv6 9090585 0t0 TCP *:http (LISTEN) I would not like to change nginx because some of the services on the server itself are connected to cloudflare subdomains in this way |
I'm unsure how to set up Nginx for portr (something I haven't tried before). |
Okay. I'll do the research for now. Maybe I'll dig up something... |
I was just looking for an analog of bore, but which allows you to work with https. Half of it works, but then it crashes on a random error.... And nothing works with nginx at all, and I don't know how to fix it yet. Buy a separate web server for tunnels if only |
Let me see if I can configure nginx for portr. |
I don't understand why it doesn't work
.env
The text was updated successfully, but these errors were encountered: