<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">This is most likely because of a security change I made a few versions ago, where conch will no longer use a set of default, hard-coded SSH keys.</div><div class=""><br class=""></div><div class="">You may want to do something like <a href="https://github.com/twisted/twisted/blob/trunk/src/twisted/conch/manhole_tap.py#L149" class="">https://github.com/twisted/twisted/blob/trunk/src/twisted/conch/manhole_tap.py#L149</a> , and add a key yourself -- we should update these examples to add this, so that they run out of the box again.</div><div class=""><br class=""></div><div class="">- Amber</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 10 Oct. 2016, at 13:05, Oon-Ee Ng <<a href="mailto:ngoonee.talk@gmail.com" class="">ngoonee.talk@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">My google-fu is failing me (or I'm the only one with a misconfigured<br class="">ssh system), but none of the examples on<br class=""><a href="http://twistedmatrix.com/documents/current/conch/examples/index.html" class="">http://twistedmatrix.com/documents/current/conch/examples/index.html</a><br class="">run for me.<br class=""><br class="">The ConchError I'm mostly getting says ('no host keys, failing',<br class="">None), while the simplesshserver.py example fails with a KeyError<br class="">'sshKeyDir'<br class=""><br class="">Not sure where twisted-conch expects host keys to be, but my openssh<br class="">host keys are fine (I have a running sshd which sources them from<br class="">/etc/ssh as per usual). That being said, there's no way twisted-conch<br class="">as a python user-process would have access to them (nor should it).<br class=""><br class="">I'm actually just wanting to use twisted-conch-manhole, but running<br class="">into this problem first. Is there something I need to configure in my<br class="">system?<br class=""><br class="">_______________________________________________<br class="">Twisted-Python mailing list<br class="">Twisted-Python@twistedmatrix.com<br class="">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python<br class=""></div></div></blockquote></div><br class=""></div></body></html>