Skip to content

Instantly share code, notes, and snippets.

@guschnwg
Created November 27, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guschnwg/c9e8df02e0450594dae5f71760965dee to your computer and use it in GitHub Desktop.
Save guschnwg/c9e8df02e0450594dae5f71760965dee to your computer and use it in GitHub Desktop.
This is used to login into UTFPR's UTFPRWEB network using nmcli
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