I would like to have passphrase when generating rsa key, but I don't want to be asked for passphrase while running in batch mode (cron job). Is it possible? Thanks
Yes it possible if u use public key authentication. While doing the configuration for public key settings, prompt will ask you to enter passphrase . At that time press ENTER twice (null passphrase).
Next when u try to connect to remote system (in batch mode), it will not ask you for the passphrase.
