Skip to content

Instantly share code, notes, and snippets.

@gdunstone
Created July 21, 2017 04:12
Show Gist options
  • Save gdunstone/6640e7e858024a874877fdaee4523ffd to your computer and use it in GitHub Desktop.
Save gdunstone/6640e7e858024a874877fdaee4523ffd to your computer and use it in GitHub Desktop.
netctl anu secure
# to generate hash:
# tr -d '[:space:]' | iconv -t utf16le | openssl md4
Description='ANU-Secure'
Interface=interface
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="ANU-Secure"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=RSN'
'pairwise=CCMP'
'identity="<uni id>"'
'password=hash:<hash>'
'phase1="peaplabel=0"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment