update cowrie.cfg.dist

This commit is contained in:
Michel Oosterhof
2017-02-18 15:50:00 +00:00
parent 5e50074c91
commit 50c1e3d425

View File

@@ -83,6 +83,13 @@ txtcmds_path = txtcmds
#download_limit_size = 10485760 #download_limit_size = 10485760
# TTY logging will log a transcript of the complete terminal interaction in UML
# compatible format.
# (default: true)
ttylog_enabled = true
# ============================================================================ # ============================================================================
# Network Specific Options # Network Specific Options
# ============================================================================ # ============================================================================
@@ -154,7 +161,8 @@ auth_class = UserDB
# ============================================================================ # ============================================================================
# SSH Specific Options # Historical SSH Specific Options
# historical options in [honeypot] that have not yet been moved to [ssh]
# ============================================================================ # ============================================================================
@@ -233,14 +241,23 @@ forward_redirect_25 = 127.0.0.1:12525
forward_redirect_587 = 127.0.0.1:12525 forward_redirect_587 = 127.0.0.1:12525
# ============================================================================
# SSH Specific Options
# ============================================================================
[ssh] [ssh]
# Enable SSH support, enabled by default # Enable SSH support
# (default: true)
enabled = true enabled = true
# Enable SSH direct-tcpip forwarding, enabled by default
# Enable SSH direct-tcpip forwarding
# (default: true)
forwarding = true forwarding = true
# ============================================================================ # ============================================================================
# Telnet Specific Options # Telnet Specific Options
# ============================================================================ # ============================================================================
@@ -266,6 +283,7 @@ enabled = false
#reported_port = 23 #reported_port = 23
# ============================================================================ # ============================================================================
# Database logging Specific Options # Database logging Specific Options
# ============================================================================ # ============================================================================