Answer the question
In order to leave comments, you need to log in
Connecting to Kali Linux without a monitor via wifi?
there is a raspberry pi 0 w, you need to connect to it via ssh.
have:
1 raspberry
2 wifi
3 laptop in win7 and ubuntu 19
using wpa_supplicant.conf fails
network={
ssid="wifi+"
psk="Pavel3040"
key_mgmt=WPA2-PSK
}
Answer the question
In order to leave comments, you need to log in
Is the network hidden?
Try like this. I just connected yesterday. I made a homekit camera.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=RU
network={
ssid="network name"
scan_ssid=1 <- add this option if hidden network
psk="password"
key_mgmt=WPA-PSK < - Please note that even if WPA2, it is still WPA-PSK
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question