Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [honeypot]
  2. ;ssh_addr = 0.0.0.0
  3. ssh_port = 2222
  4. hostname = vedlikehold
  5. log_path = log
  6. download_path = dl
  7. contents_path = honeyfs
  8. data_path = data
  9. txtcmds_path = txtcmds
  10. filesystem_file = fs.pickle
  11. public_key = public.key
  12. private_key = private.key
  13. password = 123456
  14. ;out_addr = 0.0.0.0
  15. ;sensor_name=kippo
  16.  
  17. [database]
  18. engine = mysql
  19. host = localhost
  20. database = kippo
  21. username = kippo
  22. password = *****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement