in reply to Re^3: Syncing Servers using Perl
in thread Syncing Servers using Perl

This would probably work if systems wasn't clever enough to centralize the .ssh/id_rsa keys.

Server1 doesn't even contain id_rsa files in ~home/.ssh directories.

Replies are listed 'Best First'.
Re^5: Syncing Servers using Perl
by moritz (Cardinal) on Jun 26, 2008 at 14:42 UTC
    I don't understand that - why is it asking for a password for a file that's not present?

    Anyway, expect can be used to automate interaction with programs that read directly from the terminal (as ssh-askpass does, I think).