Created
October 1, 2021 07:51
-
-
Save zerwes/604ebbb36403d32a247239c7fec1a01d to your computer and use it in GitHub Desktop.
linux networkmanager: find passwords of stored wifi connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## list connections | |
nmcli c | |
## get the password of a specific connection | |
## where XXX is the NAME or UUID from the list above | |
nmcli --show-secrets c show XXX | grep psk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment