mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
* Initial root password now set in kippo.cfg git-svn-id: https://kippo.googlecode.com/svn/trunk@116 951d7100-d841-11de-b865-b3884708a8e2
20 lines
340 B
Plaintext
20 lines
340 B
Plaintext
[honeypot]
|
|
ssh_port = 2222
|
|
hostname = sales
|
|
log_path = log
|
|
download_path = dl
|
|
contents_path = honeyfs
|
|
data_path = data
|
|
txtcmds_path = txtcmds
|
|
filesystem_file = fs.pickle
|
|
public_key = public.key
|
|
private_key = private.key
|
|
password = 123456
|
|
|
|
;[database]
|
|
;engine = mysql
|
|
;host = localhost
|
|
;database = kippo
|
|
;username = kippo
|
|
;password = secret
|