|
|
|
@ -3,7 +3,7 @@ the files in this directory are examples 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 local.conf.d/custom-configure.d.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
@ -17,9 +17,7 @@ set_root_pw
|
|
|
|
|
cryptobox for testing has to be publicly available
|
|
|
|
|
|
|
|
|
|
import_authorized_keys
|
|
|
|
|
- create a new rsa key (local.conf.d/id_rsa) and copy the public
|
|
|
|
|
- create a new rsa key (etc-local.d/id_rsa) and copy the public
|
|
|
|
|
key to the working image directory
|
|
|
|
|
- IMPORTANT: you have to activate the 'IdentityFile' setting in
|
|
|
|
|
local.conf.d/ssh-options to enable this feature
|
|
|
|
|
- this is useful, if you secured the development cryptobox with a
|
|
|
|
|
password (see 'set_root_pw')
|