Default password
Where the default password store. I ran with docker-compose.yml file. Please check the follow .
" version: "3.9"
services: sshwifty: image: niruix/sshwifty:latest container_name: sshwifty user: "nobody:nobody" #build: ./ restart: always environment: - SSHWIFTY_SHAREDKEY=WEB_ACCESS_PASSWORD ports: - "8182:8182" stdin_open: true tty: true "
Hi, the password is specified in the SSHWIFTY_SHAREDKEY environment variable, and according the setting provided above, the value is "WEB_ACCESS_PASSWORD".
When login with that password , I got these error message . How could I solve it.
Hi,
You need HTTPS if Sshwifty is hosted on another machine. It's a restriction by the web browser, see: https://github.com/nirui/sshwifty#why-i-got-error-typeerror-cannot-read-property-importkey-of-undefined