-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wget on https://*IP*:22/connect returns 404 in connect.sh #2
Comments
On the client VM
|
On the server VM:
|
Docker command:
|
Docker SSH interface:
|
Confirmed. Seems to build OK from source, but I pulled directly from docker hub, and it's broken. Thanks for reporting, will look into it. |
Thank you for your time. Upon building the docker manually it works like you said. Although I walked into some other problems. The connect.sh generates with a static localhost reference, so when executing the connect.sh on the remote client it will try to connect to itself. Upon modifying the reference to the RevSSH server it will work, but only for the first connected client. The following connected clients will not register their username properly:
|
Have you got Try
|
Hey thanks for coming back to me. I removed the container from my server, pulled the new code and rebuild it. When I wget now, the 404 problem is back, so it's probably something in the new code. I did put --cap-add=SYS_PTRACE in the docker run last time. |
I don't think docker hub is building the image correctly. I changed the instructions to self build. I wonder if you need to first delete the original image that is maybe cached on your drive (logicethos/revssh) |
Hey there,
Love the project, it looks great on paper and I could really use something like this for a personal project. I'm experiencing a problem getting the correct connect.sh script. When I wget the url it gives me a 404. Do you have any idea what could be going wrong? I'd love to contribute when needed.
Greetings,
JD
The text was updated successfully, but these errors were encountered: