Skip to content

Instantly share code, notes, and snippets.

@flipsi
Created December 10, 2024 13:03
Show Gist options
  • Save flipsi/39e464745667e0bb337c9bcdd7894bd5 to your computer and use it in GitHub Desktop.
Save flipsi/39e464745667e0bb337c9bcdd7894bd5 to your computer and use it in GitHub Desktop.
netctl Wifi profile with PEAP and MSCHAP
Description='A wireless connection using a custom network block configuration'
Interface=wlp0s20f3
Connection=wireless
Security=wpa-configsection
Auth802X=yes
IP=dhcp
WPAConfigSection=(
'ssid="SSID"'
'key_mgmt=WPA-EAP'
'identity="USER"'
'password="PASS"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment