Hi!
So in this lab I need to send the backup to another server, which is the backup server, in order to do so I need to create script to do it, the script should work without asking password of the ssh authentication.
Since it seems scp can’t do that by alone, and the servers have sftp by default, I checked to do it with sftp, but for that I need to know where are the rsa keys of the backup server so I can send them with sftp in the script without asking for password when the script has been launched.
I’m seeing this right or there is another way to send the backup file ? Where are the rsa keys of each user ? It seems that are not in the ~/.ssh folder ![]()