Skip to content

Instantly share code, notes, and snippets.

@g105b
Created November 16, 2019 17:46
Show Gist options
  • Save g105b/e7d3d944ac8956357872dd4c99f6e3b6 to your computer and use it in GitHub Desktop.
Save g105b/e7d3d944ac8956357872dd4c99f6e3b6 to your computer and use it in GitHub Desktop.
Automatically connect Raspberry Pi to an open but hidden wifi network
# /etc/wpa_supplicant/wpa_supplicant.conf
# or put wpa_supplicant.conf inside the boot directory
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="60"
scan_ssid=1
key_mgmt=NONE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment