<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3226&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [resolved] wpa_supplicant]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3226</link>
		<description><![CDATA[The most recent posts in [resolved] wpa_supplicant.]]></description>
		<lastBuildDate>Sat, 21 Dec 2019 16:31:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19100#p19100</link>
			<description><![CDATA[<p>Thanks for your help Head on a stick</p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sat, 21 Dec 2019 16:31:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19100#p19100</guid>
		</item>
		<item>
			<title><![CDATA[Re: [resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19099#p19099</link>
			<description><![CDATA[<div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>so if calling wpa-ssid and wpa-psk from the interfaces file then /etc/wpa_supplicant/wpa_supplicant.conf can be deleted ?</p></div></blockquote></div><p>Yes, that&#039;s right.</p><div class="quotebox"><cite>HevyDevy wrote:</cite><blockquote><div><p>that seems more secure</p></div></blockquote></div><p>Well the wpa_supplicant.conf file only contains the SSID (which is publicly broadcast) and the hashed password, which is also in the interfaces file, so it&#039;s fine as long as the plain-text password is deleted.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 21 Dec 2019 16:14:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19099#p19099</guid>
		</item>
		<item>
			<title><![CDATA[Re: [resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19097#p19097</link>
			<description><![CDATA[<p>so if calling wpa-ssid and wpa-psk from the interfaces file then /etc/wpa_supplicant/wpa_supplicant.conf can be deleted ?</p><p>that seems more secure considering /etc/network/interfaces is set (set myself) to restricted permissions as per <a href="https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#W … d_WPA2-PSK</a></p>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sat, 21 Dec 2019 14:57:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19097#p19097</guid>
		</item>
		<item>
			<title><![CDATA[Re: [resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19094#p19094</link>
			<description><![CDATA[<p>You don&#039;t need /etc/wpa_supplicant/wpa_supplicant.conf if you&#039;re calling wpa-ssid &amp; wpa-psk in the interfaces file. The wpa_supplicant.conf file is only needed if you call wpa-conf.</p><p>To find out why it didn&#039;t work (the commented-out line is irrelevant but should be removed for security reasons) run wpa_supplicant directly to see any errors, but remember to bring the interface down first:</p><div class="codebox"><pre><code># ifdown wlan0
# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>Then bring the network back up when you&#039;re finished:</p><div class="codebox"><pre><code># ifup wlan0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 21 Dec 2019 13:33:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19094#p19094</guid>
		</item>
		<item>
			<title><![CDATA[Re: [resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19093#p19093</link>
			<description><![CDATA[<p>seems one needs to remove this line <span class="bbc">#psk=&quot;PASS&quot;</span> in <span class="bbc">/etc/wpa_supplicant/wpa_supplicant.conf </span><br />and then setup /etc/network/interfaces like so..</p><div class="codebox"><pre><code>auto wlan0
iface wlan0 inet dhcp
        wpa-ssid SSID
        wpa-psk w9n2d5930w60fabaaebkodabbf42777069520c3811472bd041e84017d550dl559</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sat, 21 Dec 2019 13:09:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19093#p19093</guid>
		</item>
		<item>
			<title><![CDATA[[resolved] wpa_supplicant]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19092#p19092</link>
			<description><![CDATA[<p>Not sure if there is something ive done wrong or wpa_supplicant itself.</p><p>Im using latest refracta nox beowulf (now openbox) iso on bare metal.</p><p>did the following from the root account,</p><p><span class="bbc">wpa_passphrase &lt;SSID&gt; &lt;PASS&gt; /etc/wpa_supplicant/wpa_supplicant.conf</span></p><p>/etc/network/interfaces </p><div class="codebox"><pre><code>auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>from the user account i can fully see the output of below command, surely this is a security flaw?</p><div class="codebox"><pre><code>~:$ cat /etc/wpa_supplicant/wpa_supplicant.conf 
network={
	ssid=&quot;SSID&quot;
	#psk=&quot;PASS&quot;
	psk=ddddddddddddddddddddddddddddddddddddddddddddddd
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sat, 21 Dec 2019 12:42:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19092#p19092</guid>
		</item>
	</channel>
</rss>
