davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

Activate ap_password #119

Closed abdessamade14 closed 4 years ago

abdessamade14 commented 4 years ago

Hello, I have read the comitup-conf(5) because i would like to add a password in order to acces to the hotspot. So I add in the comitup.conf ap_password: "password" just after ap_name. There is no problem for the name it change but when i reboot and i try to connect to the hotspot. It didn't ask the password that i add before.

I try with "password" and password but there is no difference.

Could you help me please

davesteele commented 4 years ago

The configuration file for the Network Manager connection created for the hotspot is stored in /etc/NetworkManager/system-connections. Take a look that that, this, and the nmcli command ("nmcli con help") for working with NM connections.

abdessamade14 commented 4 years ago

The configuration file for the Network Manager connection created for the hotspot is stored in /etc/NetworkManager/system-connections. Take a look that that, this, and the nmcli command ("nmcli con help") for working with NM connections.

Thank you for your answer. I have checked the nmcli command as you said and i finally update my password with some comand line. Thank you