The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-30-2008
sandy0077's Avatar
sandy0077 sandy0077 is offline
Registered User
  
 

Join Date: Aug 2007
Location: UK
Posts: 10
SFTP - non-interactive - using passphrase

Hi,

I have written a script that does SFTP successfully without using the password (Thanks to this site ) and it works fine.
The thing is - this script uses the public and private key generation with a "null" passphrase.

But I now need to write a script that does SFTP non-interactively but still must be given a the generated passphrase in order to function.

Can anybody help or suggest please??