Hi, I was trying to run raspberry pi zero W on kali Linux (https://www.kali.org/get-kali/#kali-arm, Raspberry Pi Zero W) via ssh.
As usual, I created wpa_supplicant.conf and filled out the details, and created an empty file named "ssh" to enable ssh.
raspberry pi zero W connected to WiFi and, after finding out his address using Avast antivirus, tried to ssh into it Code:

Code:
ssh kali@(ip_address)
As usual, I needed a password to ssh into it. I tried the password "kali" but I got an error like this: Code:

Code:
(publickey,password)
which I think is about the wrong password. What are your thoughts?