hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

Does --password take encrypted password from wpa_passphrase? #139

Closed wicadmin closed 5 years ago

wicadmin commented 5 years ago

--password | -p Set WiFI password for this SD image

Does --password take encrypted password from wpa_passphrase?

StefanScherer commented 5 years ago

I don't know, device-init just writes the given string into the wpa config file.

Notice: Using --ssid and --password does not work since HypriotOS 1.7.0, you have to prepare a yml file for cloud-init, see our FAQ https://blog.hypriot.com/faq/ wifi.yml example.

StefanScherer commented 5 years ago

Linking to #109