Skip to content

Instantly share code, notes, and snippets.

@konecnyna
Created August 2, 2020 22:19
Show Gist options
  • Save konecnyna/aeacc286ba309e7107bb868b9547c9f3 to your computer and use it in GitHub Desktop.
Save konecnyna/aeacc286ba309e7107bb868b9547c9f3 to your computer and use it in GitHub Desktop.
touch ssh file on boot to enable ssh
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="TheChinaClub"
psk="testingPassword"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment