19.04.19 11:03 - Daniel Bauer:
On 18.04.19 21:30, Carlos E. R. wrote:
On 18/04/2019 16.56, Daniel Bauer wrote:
Yes. Wherever I am with my laptop, when I want to access to a WiFi I just click on the networkmanager icon in the task bar, select the wifi and enter the password. It is remembered "for ever". But where???
Ok, looking now on my laptop.
There are files like "/etc/NetworkManager/system-connections/ConnectionName", that have a section:
[wifi-security] auth-alg=open key-mgmt=wpa-psk psk=...
which is the key, in clear text.
This is what googling said, but my files don't show passwords (I looked in many...)
the file named as my actual wifi-connection contains the following (I replaced some data with "(removed)")
[connection] id=(removed) uuid=(removed) type=wifi permissions=user:daniel:; secondaries=
[wifi] mac-address=(removed) mac-address-blacklist= mode=infrastructure seen-bssids= ssid=(removed)
[wifi-security] group= key-mgmt=wpa-psk pairwise= proto= psk-flags=1
Here (https://developer.gnome.org/NetworkManager/stable/nm-settings.html#secrets-f...) it says psk-flags=1 0x1 (agent-owned) - a user-session secret agent is responsible for providing and storing this secret; when it is required, agents will be asked to provide it. With KDE i would assume kwallet to be that user-session secret agent. A user can have (at least ?) two wallets to store secrets in.
[ipv4] dns=9.9.9.9; dns-search= ignore-auto-dns=true method=auto
[ipv6] dns-search= method=auto
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org