Skip to content

Instantly share code, notes, and snippets.

@zerwes
Created October 1, 2021 07:51
Show Gist options
  • Save zerwes/604ebbb36403d32a247239c7fec1a01d to your computer and use it in GitHub Desktop.
Save zerwes/604ebbb36403d32a247239c7fec1a01d to your computer and use it in GitHub Desktop.
linux networkmanager: find passwords of stored wifi connections
## 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