Hi,
Usually, I use ssh to admin the NAS, but client rsa/dsa keys are used too for automatic monitoring NAS through check_by_ssh (Nagios).
Everything is working fine but after every reboot, Client rsa keys vanish in web interface, and today I relized that file /.ssh/authorized_keys, where public keys are stored, is renamed to /.ssh/autorhized_keys_disable after reboot. So I have to rename it again or copy .pub keys again what it is a pain in the ass.
Why is that behaviour with authorized_keys in reboot?
Thanks in advance!