honeypots icon indicating copy to clipboard operation
honeypots copied to clipboard

SSH server doesn't offer password auth option, only SSH-RSA

Open AndreC10002 opened this issue 1 year ago • 1 comments

Setting up a SSH honeypot and found that it is enforcing SSH-RSA authentication, not letting a client provide username and password as credentials. Configuration file:

{ "logs": "file,terminal,json", "logs_location": "/var/log/honeypots/", "syslog_address": "", "syslog_facility": 0, "honeypots": { "ssh":{ "port":22, "ip":"0.0.0.0", "username":"admin", "password":"abc123", "log_file_name":"ssh.log", "max_bytes":1000000, "backup_count":10, "options":["capture_commands","fix_get_client_ip"] } } }

Couldn't find an option to change this behavior. Would be more useful if the honeypot could accept only a username and password.

AndreC10002 avatar Aug 30 '23 18:08 AndreC10002

Any update on this issue?

donadelden avatar Jun 03 '24 09:06 donadelden