Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't leak wireless password into shell history #278

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

spoelstraethan
Copy link
Contributor

No description provided.

@@ -251,7 +251,7 @@ Congratulations: you are done! Welcome to PrawnOS. You should probably change th
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:
```
nmcli device wifi list
nmcli device wifi connect "Network_name" password "network_password"
nmcli --ask device wifi connect "Network_name" # The --ask will prompt you for the password so it doesn't remain in your shell history
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO the comment is superfluous (--ask is pretty self explanatory).

I'd also suggest prefacing the commit with 'README:' to make git log more readable.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nmtui-connect will show a fancy screen with wifi network selection, maybe it should be used?

@SolidHal SolidHal merged commit a3a3003 into SolidHal:master Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants