Advertisement
Guest User

Raspbian Stretch WiFi Setup

a guest
Dec 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Create a file called wpa_supplicant.conf in /boot. Put this into the file, changing things as needed:
  2.  
  3.  
  4.  
  5. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  6. network={
  7. ssid="yournetworkname"
  8. psk="yourkey"
  9. key_mgmt=WPA-PSK
  10. }
  11.  
  12.  
  13. Save it. If you need SSH, just copy any file (doesn't matter what it is) and rename it to ssh (nothing else, just ssh)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement