Ignore:
Timestamp:
12/14/2006 17:11:11 (5 years ago)
Author:
ccowart
Message:

Allowing the use of keys for  scp:// fetches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmanlib.sh

    r142 r148  
    7878            remote="${CONF_EXPORT_URI#*://}" 
    7979            remote="${remote/\//:/}" 
    80             scp -p $remote $tmpfile  
     80            scp -p -i ${CONF_SSH_KEY} -o StrictHostKeyCHecking=no \ 
     81                $remote $tmpfile  
    8182            ;; 
    8283        http|https|ftp) 
Note: See TracChangeset for help on using the changeset viewer.