Command doesnt work with rc.d

i think i am gonna just change diredtion and instead of sending file just get it from server router
getting is not rc.d so wont be a problem

Just copy a single file. Everything is in the old topic I pointed you to.
Use ll or ls -lia and you will see the hidden files and folders.

1 Like

Yeah now it works , thanks a lot!!
and now i know there are hidden folders like .ssh

cp -r /root/.ssh/known_hosts /.ssh/known_hosts

maybe a link is better, because if in the future you change the key or something else it will already be the same

ln -s /root/.ssh /.ssh

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.