-
-
Save MoritzBuetzer/01966f23fc29be8607d2872a47522ad3 to your computer and use it in GitHub Desktop.
Raspberry Pi headless ssh an wifi setup (both files in /boot/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# just an empty file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_IP="xxx.xxx.xxx.xxx/24" | |
STATIC_GW="xxx.xxx.xxx.xxx" | |
STATIC_DNS="xxx.xxx.xxx.xxx" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country=CH | |
update_config=1 | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
ssid="YOUR_SSID" | |
psk="YOUR_PASSWORD" | |
key_mgmt=WPA-PSK | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment