From c2b8090315dee6953cf77acb599dfe0374661954 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 28 Sep 2016 22:51:34 +0400 Subject: [PATCH] add RSA key workaround --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 13fc71d..57034ed 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -187,6 +187,13 @@ $ cd cowrie/data $ ssh-keygen -t dsa -b 1024 -f ssh_host_dsa_key ``` +* If there are issues creating the RSA keys, the following is a workaround: + +``` +$ cd cowrie/data +$ ssh-keygen -t rsa -b 2048 -f ssh_host_rsa_key +``` + * If you see `twistd: Unknown command: cowrie` there are two possibilities. If there's a python stack trace, it probably means there's a missing or broken dependency. If there's no stack trace,