Skip to content

Commit 108963c

Browse files
Don't leak wireless password into shell history
1 parent c905b01 commit 108963c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Congratulations: you are done! Welcome to PrawnOS. You should probably change th
251251
If have a basic environment without xfce or lxqt you can connect to WiFi using `nmtui` and it's menus to connect; or issue the following nmcli commands:
252252
```
253253
nmcli device wifi list
254-
nmcli device wifi connect "Network_name" password "network_password"
254+
nmcli --ask device wifi connect "Network_name" # The --ask will prompt you for the password so it doesn't remain in your shell history
255255
```
256256
When that finishes, you should have access to the internet.
257257

0 commit comments

Comments
 (0)