Created
July 21, 2017 04:12
-
-
Save gdunstone/6640e7e858024a874877fdaee4523ffd to your computer and use it in GitHub Desktop.
netctl anu secure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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