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

What is the default password for user "kasm-user"? #100

Open
kevinmnm opened this issue Mar 28, 2024 · 1 comment
Open

What is the default password for user "kasm-user"? #100

kevinmnm opened this issue Mar 28, 2024 · 1 comment

Comments

@kevinmnm
Copy link

kevinmnm commented Mar 28, 2024

I stood up Docker container via running docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/core-ubuntu-focal:1.14.0 and then I ran docker exec command to directly SSH into the container. Its default user is kasm-user and I can't run sudo command because I don't know its password.

image

@Booyaabes
Copy link

You can specify the user with docker exec command:

$ docker exec -it -u root CONTAINER_NAME bash
default:~$ id
uid=0(root) gid=0(root) groups=0(root)

You will be able to set kasm-user password then if you want ;)

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