Skip to content
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

Default password #156

Open
aungkolin456 opened this issue Dec 27, 2023 · 4 comments
Open

Default password #156

aungkolin456 opened this issue Dec 27, 2023 · 4 comments

Comments

@aungkolin456
Copy link

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
"

@nirui
Copy link
Owner

nirui commented Dec 27, 2023

Hi, the password is specified in the SSHWIFTY_SHAREDKEY environment variable, and according the setting provided above, the value is "WEB_ACCESS_PASSWORD".

@aungkolin456
Copy link
Author

When login with that password , I got these error message . How could I solve it.
sshwifty-login

@aungkolin456
Copy link
Author

aungkolin456 commented Dec 28, 2023

Another issue is cannot add host .
sshwifty-add-host.webm

I got that error at that time.
image

@nirui
Copy link
Owner

nirui commented Dec 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants