Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Put this in /etc/wpa_supplicant.conf. Modify the SSID and PSK to fit your network
  2.  
  3. # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
  4. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=admin
  5. #
  6. # home network; allow all valid ciphers
  7. network={
  8. ssid="home"
  9. scan_ssid=0
  10. key_mgmt=WPA-PSK
  11. psk="very secret passphrase"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement