I cannot figure out how to use the ssh keys. It requires me to ssh login 3 times during every single task. I am using luckybackup, I created ssh keys from bash inside the docker container. I am however using a ubuntu server as my backup location and its location on the network is
[email protected]:/BUD. I have tried placing ssh keys inside /BUD/.ssh/authorized_keys/ but that doesn't work. Am I required to use another unraid box? My ubuntu server is running the OS and has a ZFS pool that is mounted at /BUD. /BUD is the only part of that PC that is shared on the network. It is using samba to connect.
I tried searching through this post to find any mentions of my situation, and I totally may have missed it.
*EDIT* I was able to fix this by using the ssh-copy-id command onto my remote server. Also noticed I created a directory named 'authorized_keys' and placed a pub key in there instead of copying the contents into the file named 'authorized_keys'.