Not sure I can articulate this well, but I’ll try. I have set up ssh with the keys to log in with no password prompt. Local network, play area, don’t care about security. Everything works as expected.
I have a user with user ID abc on server_a and the same user with user ID def on server_b.
User abc needs to copy his files nightly via cron (rsync) to his def account on server_b.
Trying to figure out if user abc can ssh into server_b as user def without having to type in a password. I realize security heads are exploding, but again, this is play time.
Is this possible?