P
P
Pavel Pavel2020-02-24 22:59:00
WiFi
Pavel Pavel, 2020-02-24 22:59:00

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
}

who can tell where to dig?
ps google did not help
pps using re4son'a firmware

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Poleno, 2020-02-25
@Poleno

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
}

R
Radjah, 2020-02-25
@Radjah

Towards wpa_passphrase and logs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question