mirror of
https://github.com/pikvm/pikvm.git
synced 2024-04-21 12:41:58 +00:00
Update wifi.md (#978)
* Update wifi.md
Use double quotes also for the SSID ('MyNetwork') since it may contain spaces.
* Update wifi.md
Use single (') instead of double quotes (") to prevent any type of string interpolation.
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a
|
||||
3. Set network ESSID and password:
|
||||
|
||||
```
|
||||
# wpa_passphrase MyNetwork 'P@assw0rd' > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
||||
# wpa_passphrase 'MyNetwork' 'P@assw0rd' > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
||||
```
|
||||
|
||||
!!! note "Using Wi-Fi with hidden ESSID"
|
||||
|
||||
Reference in New Issue
Block a user