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/confman.conf

    r123 r148  
    5050# are not handled correctly in sftp and scp URIs. 
    5151CONF_EXPORT_FILE="/var/db/confman/export.tgz" 
    52 CONF_EXPORT_URI="scp://${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
     52CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
     53CONF_SSH_KEY="/root/id_rsa" 
    5354 
    5455# What group should be able to read confman files? 
Note: See TracChangeset for help on using the changeset viewer.