How to troubleshoot an “Rsync over SSH” connection using public key authentication.
For details on how to create a backup policy using Rsync over SSH please see the relevant section in the Admin Guide.
To troubleshoot the ssh connection with public key authentication
# ssh -vvv user@host -i rsync_private_key 2>&1 | tee /tmp/ssh_debug.log
If the user was prompted to enter a password or if the connection was not made successfully using public key authentication, then examine the debug for messages indicating a problem.
For example, “debug3: receive packet: type 51” means “SSH_MSG_USERAUTH_FAILURE” and possibly indicates that the public key has not been imported to the users authorized_keys file on the remote server.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center