Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am able to get the ssh working with the key located in #/home/user1/.ssh/authorized_keys however when I reboot, it removes all the files from /home/user1 and recreates my /home/root also
Is there a way to keep this key file in there even after a reboot?
Alternatively, could I point the entry in the sshd_config file "AuthorizedKeysFile .ssh/authorized_keys" to the public key file in "/Volume1/anyfolder/.ssh/authenticated_keys" and actually have it work?
I tried the alternative and it didn't work.
Offline
just adapt your paths in /etc/passwd
remember to do a store-passwd.sh afterwards
create the required paths
e.g.
/mnt/HD_a2/home/ftpsuser
e.g.
ftpsuser:x:1002:1011::/mnt/HD_a2/home/ftpsuser:/ffp/bin/bash
Offline