When you try to set up a backup on Arcserve, you need to add a target node, and if you encountered this error :
❌ Invalid SSH key configuration.
For more information about configuring the SSH key, see the product documentation.
You can follow the procedure below.
Configure the Private/Public Keys
On backup server
- Log into your Backup Server as a
root
user - Generate 2 public/private key files named
server.pub
andserver
:# ssh-keygen -t rsa -f server
- Copy and rename
server.pub
andserver
files to the following location:# cp server /opt/Arcserve/d2dserver/configfiles/server_pri.key
# cp server.pub /opt/Arcserve/d2dserver/configfiles/server_pub.key
On node server
- Log into your node (the client)
- Check or add the content of
server_pub.key
in the/root/.ssh/authorized_keys
file