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

No user kali in the image #1

Open
Franky1 opened this issue Apr 11, 2020 · 2 comments
Open

No user kali in the image #1

Franky1 opened this issue Apr 11, 2020 · 2 comments

Comments

@Franky1
Copy link

Franky1 commented Apr 11, 2020

Are you sure, that your playbook still works?

I used your playbook as a starting point and it didn't work, because there is no user kali in the current image kalilinux/rolling.

I did vagrant ssh and found no user with cat /etc/passwd | grep kali in the running VM.

I had to change the playbook to:

  remote_user: vagrant
  become_user: root
  become: yes
@pinpox
Copy link
Owner

pinpox commented Apr 14, 2020

That is strange. Are you sure you are using the latest release? Kali used to have only the root user in older images but changed a few months ago to kali/kali as default credentials.

@pinpox
Copy link
Owner

pinpox commented Apr 14, 2020

Just looked at the most recent docs, seems the vagrant image has now the user vagrant/vagrant only. I'll update the playbook and report back to this issue when fixed!

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