-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Randomly stops working, asking for user password #228
Comments
Still having this issue, cant even setup an admin user |
docker compose config sshportal:
container_name: sshportal
#image: 'moul/sshportal:latest'
build: ./sshportal/build #built from source as docker image is NOT multi-arch
restart: unless-stopped
user: "1001:1001"
networks:
- default
ports:
- 2222:2222
working_dir: /data
volumes:
- ./sshportal/data:/data |
having same issue here. In my case I use an external MYSQL backent but I also try with the integrated sqllite and it doesn't work |
but for me that's the first connection that doesn't word so I can't do anything, I also test the v1.18.5 because I have foreign key warning with the latest. As a workaround, is it possible to manually pair the ssh key using the database ? |
What happened:
i have the host
server
setup to access the host in which the docker image is running, but when i connect. it asks for password for some unknown reasonWhat you expected to happen:
Login as usual
How to reproduce it (as minimally and precisely as possible):
Absolutely no clue. it just started happening
The text was updated successfully, but these errors were encountered: