PeterJCLaw / srcomp-kiosk

A puppet config for setting up a number of Raspberry Pis as kisok-mode browsers
https://github.com/PeterJCLaw/srcomp/wiki/Component-Overview#srcomp-kiosk
MIT License
0 stars 3 forks source link

Eduroam support #18

Open PeterJCLaw opened 2 years ago

PeterJCLaw commented 2 years ago

You need to add the following to /etc/wpa_supplicant/wpa_supplicant.conf

network={
    ssid="eduroam"
    eap=PEAP
    key_mgmt=WPA-EAP
    phase2="auth=MSCHAPV2"
    identity="<username>"
    password="<password>"
}