File transfer between Linux server without password


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers File transfer between Linux server without password
# 1  
Old 12-07-2017
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.

Code:
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

Last edited by rbatte1; 12-07-2017 at 11:00 AM.. Reason: Added CODE tags
# 2  
Old 12-07-2017
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?
# 3  
Old 12-07-2017
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
# 4  
Old 12-07-2017
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.
# 5  
Old 12-07-2017
Hi Rudic, Opened new thread as you suggested.

post303008946
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File Transfer From one server to another server

How to transfer a file from one sevrer to another server ? Please explain it with examples with all alternatives. (4 Replies)
Discussion started by: Awadhesh Kumar
4 Replies

2. UNIX for Dummies Questions & Answers

To run ksh script via autosys job without asking password for file transfer

I've K shell script. It will transfer the files from one server to other server using 'SCP' command. While running the script alone as a command line in UNIX ssh terminal its running with out asking password and files are transferred with out asking for password. But by running the script using... (6 Replies)
Discussion started by: maheshbabu
6 Replies

3. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

4. Shell Programming and Scripting

Transfer files from linux server to windows using secure ftp (sftp)

HI, I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out. (3 Replies)
Discussion started by: manushi88
3 Replies

5. Shell Programming and Scripting

File transfer from Windows machine to Linux server

Hi guys, I need to send a txt file from a windows machine to Linux server. Any help is appreciated.... Thanks... (3 Replies)
Discussion started by: gowrishankar05
3 Replies

6. Shell Programming and Scripting

File transfer from one server to another server in unix

Hi, Can anyone help me. I am a new user in unix. I want to transfer (ftp) a file from one unix server to another server. Kindly help me. more details: server 1 file_name a.lst path: :/temp server 2 path : /develp/temp Thanks, Raj, (2 Replies)
Discussion started by: easterraj
2 Replies

7. AIX

How transfer sql file from one serverto another without username and password

hi there, Please help me How transfer sql file from one server to another without username and password .i know just IP address. Thanks Arpit (1 Reply)
Discussion started by: Arpitmitm
1 Replies

8. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

9. Shell Programming and Scripting

Transfer file from local unix server to remote server

want to remove this thread. thanks (2 Replies)
Discussion started by: indira
2 Replies

10. HP-UX

Transfer file from local unix server to remote server

want to remove the thread thanks (2 Replies)
Discussion started by: indira
2 Replies
Login or Register to Ask a Question