File transfer between Linux server without password

Hi All,

I am trying to generate SSH keys for file file transfer automation but facing issue while generating keys.

And I tried from another directory but still facing same issue.

Error : Open scripts/renu/.ssh/rsa_id failed : Is a directory
Saving the key failed :scripts/renu/.ssh/rsa_id

Can someone please help me on this.

Regards,
Renukeswar

Well, on the face of it, rsa_id, by which you probably meant id_rsa, is a directory, but should be a file, the private key. Have a look in there, and remove the directory.

What's the command you are running?

Thank a lot Scott for your prompt response and I am able to create keys now.

---------- Post updated at 11:40 AM ---------- Previous update was at 08:44 AM ----------

Hi All,

I am trying to transfer files using sftp and I have generated ssh keys, and copied public key in target server but still it's asking to enter password while transfer file to target server.

Can someone please help on this?

Regards,
Renukeswar

Please open a new thread for a new problem.
Describe the problem in GREAT detail, as the reason may be permissions, protocol versions, host key checking, deviating login user, and more.

Hi Rudic, Opened new thread as you suggested.

post303008946