Arcserve - Invalid SSH key config
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
rootuser - Generate 2 public/private key files named
server.pubandserver:# ssh-keygen -t rsa -f server
- Copy and rename
server.pubandserverfiles 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.keyin the/root/.ssh/authorized_keysfile