Sample Header Ad - 728x90

How to configure wpa_supplicant.conf for 802.1x network?

0 votes
0 answers
1115 views
I have a raspberry pi zero w and I'm totally new to the device and to Linux. I'd like to configure the raspberry pi such that I can access it by ssh through an 802.1x secured network. I've contacted the admin and they don't know what lines to write into the wpa_supplicant.conf file to get it to work. This is what I have so far
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="NETWORK-NAME"
    psk=NONE
}
I should add that I've added some lines in the config.txt and the cmdline.txt to ssh by usb. I've used this tutorial to do that and it worked just fine. I don't know if I need to revert these settings to get ssh via wifi to work. So I have three questions: first, how do I setup the wpa_supplicant.conf file for. 802.1x? Second, do I need to revert any of the settings I've changed when I set up ssh via USB? Third, is there a way that I can access my pi via ssh through both USB and wifi?
Asked by Tea Tree (103 rep)
Mar 29, 2021, 04:53 PM