Created
November 27, 2018 21:30
-
-
Save guschnwg/c9e8df02e0450594dae5f71760965dee to your computer and use it in GitHub Desktop.
This is used to login into UTFPR's UTFPRWEB network using nmcli
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
UTFPRWEB Network | |
nmcli connection add type wifi con-name 'UTFPRWEB' ifname wlp3s0 ssid 'UTFPRWEB' wifi-sec.key-mgmt wpa-eap 802-1x.eap ttls 802-1x.phase2-auth mschapv2 802-1x.identity 'a1611925' 802-1x.identity 'a1611925' | |
nmcli connection up UTFPRWEB --ask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment