qeeqbox / honeypots

30 different honeypots in one package! (dhcp, dns, elastic, ftp, http proxy, https proxy, http, https, imap, ipp, irc, ldap, memcache, mssql, mysql, ntp, oracle, pjl, pop3, postgres, rdp, redis, sip, smb, smtp, snmp, socks5, ssh, telnet, vnc)
GNU Affero General Public License v3.0
634 stars 110 forks source link

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

Open AndreC10002 opened 11 months ago

AndreC10002 commented 11 months ago

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.

donadelden commented 2 months ago

Any update on this issue?