Upi Tamminen

Results 19 comments of Upi Tamminen

which ssh client / version?

I merged a change from cowrie to work around the issue, but I've done very minimal testing on this.

Twisted 20.3.0 is way too new for kippo, however that's probably not the issue. If you wanted to run kippo today with real clients, I'd recommend a rewrite with python3...

Please can you clarify that you are running a version of twisted that still works with kippo: ``` % twistd --version twistd (the Twisted daemon) 15.1.0 Copyright (c) 2001-2015 Twisted...

Looks like you are running python3 and not running a virtualev. Kippo is old software, and requires older python and twisted to get it running. It's also not up-to-date with...

Good idea, although kippo data directory should not be kept on the same partition with other important data :)

check if your issue is actually related to non-80 ports, see issue #143

Changing the notification importance to low seems to bring silence. I don't know if there's any drawbacks to this. ```java diff --git a/app/src/main/java/org/connectbot/service/ConnectionNotifier.java b/app/src/main/java/org/connectbot/service/ConnectionNotifi er.java index ea33d42d..c7b7c1c8 100644 --- a/app/src/main/java/org/connectbot/service/ConnectionNotifier.java...