pinpox / kali-i3

Create Kali Linux VM with i3 using Vagrant and Ansible
12 stars 7 forks source link

No user kali in the image #1

Open Franky1 opened 4 years ago

Franky1 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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!