Disable writing to the authorized_keys file
As a feature flag, add the possibility to disable writing to this file completely.
The reasoning is that we are disabling using this file in openssh completely, which will mean that openssh will not be reading from it, so it's pointless to write to it.
bonus points to have a way of regenerating this file in case things go wrong.