Passwordless SFTP

Hi, When Iam trying to do SFTP it is asking for password everytime. Can I have any alternative where I can provide the password in script itself. Because there are some control-M jobs which runs without user interaction. So please let me know the script where we can provide the password in the script itself so that the password will be automatically triggered.

You should exchange the public keys for the users that are going to do that sftp. If they have them already exchanged and it still doesn't work or if you have to create them, don't enter a passphrase/password when asked to. Else it will not work and will ask you all the time for the pw.

One of the maaaaany sites talking about it:
SSH Without a Password

Thanks zaxxon.... Will look into it......