Skip to Content.

cat-users - Re: [[cat-users]] Hashing user's password in wpa_supplicant config file on Linux

cat-users AT lists.geant.org

Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)

List archive


Re: [[cat-users]] Hashing user's password in wpa_supplicant config file on Linux


Chronological Thread 
  • From: A.L.M.Buxey AT lboro.ac.uk
  • To: Tomasz Wolniewicz <twoln AT umk.pl>
  • Cc: cat-users AT lists.geant.org
  • Subject: Re: [[cat-users]] Hashing user's password in wpa_supplicant config file on Linux
  • Date: Thu, 16 Mar 2017 19:31:13 +0000

Hi,

> > however, dont store it, just ensure that you have the network defined, and
> > then use wpa_cli to activate it - you then get askeed username/password.
> And will this be stored somewhere for later use by wpa_supplicant?
> Really writing the wpa_config file is only for advanced users who know
> what to do with this information...

wpa_cli controlls wpa_supplicant. the info is dyanmic, not stored.

set disabled=1 in the network {} section, then,

wpa_cli identity 0 <userid>
wpa_cli password 0 <password>
wpa_cli enable_network 0
(then wpa_cli status to get the status)

it means nothing is stored...if you are paranoid, dont trust access to the
file,
dont have encrypted system disk etc etc

alan



Archive powered by MHonArc 2.6.19.

Top of Page