De man NetworkManager.conf
:
keyfile
plugin is the generic plugin that supports all
the connection types and capabilities that NetworkManager has.
It writes files out in a .ini-style format in
/etc/NetworkManager/system-connections. For security, it will
ignore files that are readable or writeable by any user or
group other than root since private keys and passphrases may be stored
in plaintext inside the file.
No seu caso, o proprietário do arquivo /etc/NetworkManagere/system-connections/zzssid
é o usuário que tem UID 1000
e a permissão foi configurada como 660
, portanto, não estava funcionando. Você precisa definir o proprietário e o grupo como root
com apenas root
com a permissão de leitura / gravação. Aqui está um exemplo:
$ ls -l /etc/NetworkManager/system-connections/
-rw------- 1 root root 324 Feb 18 20:36 Test-WiFi
-rw------- 1 root root 315 Apr 11 01:14 FooBar-WiFi