cryptonas/configure-examples.d
lars bd49326856 added some configure examples for customization
added a simple TODO-finder
cbox-buid.sh: changed some names of functions
updated doc pages
2005-09-02 17:11:49 +00:00
..
README added some configure examples for customization 2005-09-02 17:11:49 +00:00
import_authorized_keys comment for import_authorized_keys 2005-08-03 23:29:35 +00:00
set_default_ip added some configure examples for customization 2005-09-02 17:11:49 +00:00
set_default_language added some configure examples for customization 2005-09-02 17:11:49 +00:00
set_default_timeout added some configure examples for customization 2005-09-02 17:11:49 +00:00
set_hostname added some configure examples for customization 2005-09-02 17:11:49 +00:00
set_root_pw restructuring done 2005-08-03 23:26:53 +00:00
set_scan_devices added some configure examples for customization 2005-09-02 17:11:49 +00:00

README

1) Overview
the files in this directory are examples for specific hook scripts to change the
configuration of the box

2) How to use these scripts
Copy the scripts, you would like to use into 'configure-local.d'.
They will be sourced in alphabetic order AFTER the default configuration of the
cryptobox.

3) The examples

set_root_pw
	- replace the empty root password (the default) with a choosen password
	- useful if your development cryptobox:
	  - is located in an insecure environment
	  - or your development team is geographically distributed, so the
	    cryptobox for testing has to be publicly available

import_authorized_keys
	- create a new rsa key (etc-local.d/id_rsa) and copy the public
	  key to the image directory
	- this is useful, if you secured the development cryptobox with a
	  password (see 'set_root_pw')

set_default_???
	- change the default setting for:
		- IP
		- language
		- or idle timeout

set_hostname
	- change the default hostname ("cryptobox")

set_scan_devices
	- change the default selection of devices, that can be used as the crypto harddisk