Hello guys, with FN 9.x I was able to execute a ssh command (passwordless ssh) from another machine which would login to FN and execute a poweroff.
To obtain this, I needed to make this script run at every boot on FN side:
echo "userxxx ALL=(ALL) NOPASSWD: /sbin/shutdown" >>...