davesteele / comitup

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

Hotspot security #28

Closed augisbud closed 5 years ago

augisbud commented 5 years ago

Hello, is there anyway for me to add a password to my hotspot?

davesteele commented 5 years ago

Not from Comitup (yet), but Network Manager stores the hotspot configuration in /etc/NetworkManager/system (from memory). You can add a password to that file, then restart.

davesteele commented 5 years ago

Add this to /etc/NetworkManager/system-connections/comitup-<nn>:

[wifi-security]
key-mgmt=wpa-psk
psk=supersecretpassword
augisbud commented 5 years ago

Thanks