![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SFTP in batch Mode | ilok | AIX | 1 | 08-28-2007 01:25 AM |
| SSH in batch mode and File-Handles in a loop | DaveCutler | Shell Programming and Scripting | 3 | 04-03-2007 06:39 AM |
| su command in batch mode | Rajesh Gohad | Shell Programming and Scripting | 3 | 01-26-2007 12:54 AM |
| SFTP in batch mode | mlim1111 | Shell Programming and Scripting | 5 | 01-23-2006 04:03 PM |
| Help ! How to get elm to send multiple attachments - in batch mode | anarvan | UNIX for Dummies Questions & Answers | 1 | 09-14-2005 08:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Sftp in Batch Mode
Hi,
I am trying to do sftp a file from one server to another solaris server. Both are sftp enabled. I have generated the rsa key in local server and did a ftped the public key to the remote server and added that in the authorization keys file. Then i try to run the below command using a script , which prompts me to enter the password. sftp -oIdentityFile=/global/home/localserver/.ssh/authorized_keys -b batch.txt raja@remoteserver I want to do the sftp using batch mode from local to remote server. Please help me on this. |
|
||||
|
what happens when you do a ssh to the remote? does it prompt you for password too? if that's the case, either you have not set SSH keys properly, or you are running the server without public key authentication. check your server config too.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|