sshportal icon indicating copy to clipboard operation
sshportal copied to clipboard

Randomly stops working, asking for user password

Open Merith-TK opened this issue 3 years ago • 4 comments

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 reason

What you expected to happen: Login as usual

How to reproduce it (as minimally and precisely as possible): Absolutely no clue. it just started happening

image

Merith-TK avatar Nov 20 '20 03:11 Merith-TK

Still having this issue, cant even setup an admin user

Merith-TK avatar Sep 21 '22 15:09 Merith-TK

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

image

Merith-TK avatar Sep 21 '22 15:09 Merith-TK

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

RedCommand avatar Sep 26 '22 14:09 RedCommand

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 ?

RedCommand avatar Sep 26 '22 15:09 RedCommand