Hey there,
Just configured my first static IP address on the new V2.0 OS. It got my attention there is a resin-sample
file in the /resin-boot/system-connections
folder. If I understand this correctly, all files in this folder are working networking configurations right?
In this file, the following example is given:
[connection]
id=resin-sample
type=wifi
[wifi]
hidden=true
mode=infrastructure
ssid=My_Wifi_Ssid
[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=super_secret_wifi_password
So if I would have a resin-device with a wifi dongle (or even the raspberry pi 3 ) and host a network with SSID
My_Wifi_Ssid
and the password super_secret_wifi_password
it would always connect!
This could be used as a backdoor…