/IWD
Created
August 20, 2024 20:44
Revisions
-
scientress created this gist
Aug 20, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ [Security] EAP-Method=TTLS EAP-Identity=anonymous EAP-PEAP-CACert=/etc/ssl/certs/ISRG_Root_X1.pem EAP-PEAP-ServerDomainMask=radius.noc.hack-mas.at EAP-TTLS-Phase2-Method=Tunneled-PAP EAP-PEAP-Phase2-Identity=hackmas EAP-PEAP-Phase2-Password=hackmas [Settings] AutoConnect=true 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ [connection] id=Håck ma's uuid=0c6359b1-ad4e-4965-99dc-fd2b8b6aab92 type=wifi [wifi] mode=infrastructure ssid=Hack ma's [wifi-security] auth-alg=open key-mgmt=wpa-eap [802-1x] altsubject-matches=DNS:radius.noc.hack-mas.at ca-cert=/etc/ssl/certs/ISRG_Root_X1.pem eap=ttls; identity=hackmas password=hackmas phase2-auth=pap [ipv4] method=auto [ipv6] method=auto 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ network={ ssid="Hack ma's" key_mgmt=WPA-EAP WPA-EAP-SHA256 WPA-EAP-SUITE-B-192 eap=TTLS anonymous_identity="anonymous" identity="hackmas" password="hackmas" # ca path on debian 7.x and raspberry pi OS, modify accordingly ca_cert="/etc/ssl/certs/ISRG_Root_X1.pem" altsubject_match="DNS:radius.noc.hack-mas.at" phase2="auth=PAP" }