$OpenBSD$ --- kippo.cfg.orig Fri Apr 5 16:40:06 2013 +++ kippo.cfg Fri Jan 31 17:33:20 2014 @@ -23,12 +23,12 @@ hostname = nas3 # Directory where to save log files in. # # (default: log) -log_path = log +log_path = ${VARBASE}/kippo/log # Directory where to save downloaded (malware) files in. # # (default: dl) -download_path = dl +download_path = ${VARBASE}/kippo/dl # Maximum file size for downloaded files. A value of 0 means no limit. # If the file size is known to be too big from the start, the file will not be @@ -53,12 +53,12 @@ contents_path = honeyfs # a real template linux installation. # # (default: fs.pickle) -filesystem_file = fs.pickle +filesystem_file = ${SYSCONFDIR}/kippo/fs.pickle # Directory for miscellaneous data files, such as the password database. # # (default: data_path) -data_path = data +data_path = ${VARBASE}/kippo/data # Directory for creating simple commands that only output text. # @@ -78,11 +78,11 @@ txtcmds_path = txtcmds # automatically. # # (defaults: public.key and private.key) -public_key = public.key -private_key = private.key +public_key = ${VARBASE}/kippo/public.key +private_key = ${VARBASE}/kippo/private.key # Initial root password. NO LONGER USED! -# Instead, see {data_path}/userdb.txt +# Instead, see ${VARBASE}/kippo/data/userdb.txt #password = 123456 # IP address to bind to when opening outgoing connections. Used exclusively by