where can i find root private ssh key?

MisterE2002

Patron
Joined
Sep 5, 2015
Messages
211
i want to rsync data from nas1 to nas2. I have my own script with multiple rsync commands so the GUI Rsync Task feature is useless.
But i want to use the GUI to create the keypair (So it will survive a new release)

With "Credentials -> Backup Credentials -> SSH Connections -> Add" we can create a keypair (and store the public key at nas2). The build in GUI rsync task works fine after this.But i want to run my own script over ssh. And /root/.ssh/id_rsa is missing.

I can manually download the private key in the GUI and store it on disk. Then passwordless login works. But this is maybe not persistent. Is there a better way?
 
Top