Kojoney (Koret SSH Honeypot) Activity
Status: Beta
Brought to you by:
joseanpiti
The keys.getPublicString etc functions are deprecated. I got it working by replacing the offending lines with: publicKeys = {'ssh-rsa': keys.Key.fromString(data=publicKey)} privateKeys = {'ssh-rsa': keys.Key.fromString(data=privateKey)}