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
690
stars
110
forks
source link
Support more HostKeyAlgorithms #58
Closed
mattpallissard closed 8 months ago
The honeypot only offers ssh-rsa as a HostKeyAlgorithm. (I suspect this is what issue #34 is about)
Which most modern versions of openssh will not connect to as the defaults are
connecting with openssh requires adding
-o HostKeyAlgorithms=+ssh-rsa
like soIt'd be handy if more host key algorithms were supported. Thanks!