Changeset 148 for trunk/confman/confmanlib.sh
- Timestamp:
- 12/14/2006 17:11:11 (5 years ago)
- File:
-
- 1 edited
-
trunk/confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
