Changeset 148
- Timestamp:
- 12/14/2006 17:11:11 (5 years ago)
- Location:
- trunk/confman
- Files:
-
- 2 edited
-
confman.conf (modified) (1 diff)
-
confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman/confman.conf
r123 r148 50 50 # are not handled correctly in sftp and scp URIs. 51 51 CONF_EXPORT_FILE="/var/db/confman/export.tgz" 52 CONF_EXPORT_URI="scp://${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 52 CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 53 CONF_SSH_KEY="/root/id_rsa" 53 54 54 55 # What group should be able to read confman files? -
trunk/confman/confmanlib.sh
r142 r148 78 78 remote="${CONF_EXPORT_URI#*://}" 79 79 remote="${remote/\//:/}" 80 scp -p $remote $tmpfile 80 scp -p -i ${CONF_SSH_KEY} -o StrictHostKeyCHecking=no \ 81 $remote $tmpfile 81 82 ;; 82 83 http|https|ftp)
Note: See TracChangeset
for help on using the changeset viewer.
