Ignore:
Timestamp:
07/04/2009 15:55:47 (3 years ago)
Author:
ccowart
Message:
  • Disabling StrictHostKeyChecking?=no by default.
  • Providing CONF_FETCH_SSH_FLAGS knob for arbitrary configuration of the ssh client.
  • Renaming CONF_SSH_KEY to CONF_FETCH_SSH_KEY to more closely follow conventions.
  • Related man page corrections.

Fixes #41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.sample.in

    r329 r385  
    2525CONF_EXPORT_FILE="@localstatedir@/db/confman/export.tgz" 
    2626CONF_EXPORT_URI="scp://confman@${REPO_HOSTNAME}${CONF_EXPORT_FILE}" 
    27 CONF_SSH_KEY="/root/.ssh/id_rsa" 
     27CONF_FETCH_SSH_KEY="/root/.ssh/id_rsa" 
     28#CONF_FETCH_SSH_FLAGS="-o StrictHostKeyCHecking=no" 
    2829 
Note: See TracChangeset for help on using the changeset viewer.