<br><font size=2 face="sans-serif">Hi @all<br>
</font>
<br><font size=2 face="Arial">i am fairly new to twisted conch an connecting per ssh to servers.</font>
<br>
<br><font size=2 face="Arial">I took a look at the sample and everything was working fine. Then I tried to derive from the SSHChannel and gave that channel a new name.</font>
<br><font size=2 face="Arial">F*ck - that seemed to be the wrong way, no connection could be established. I searched the code for some hints and found that there are already some channels (session, forward-tcp and direct-tcp) implemented which seem to work. I was wondering that the derived channel was working when naming it by the name of one of those already implemented channles(session, forward-tcp and direct-tcp).</font>
<br>
<br><font size=2 face="Arial">Therefore my question:</font>
<br>
<br><font size=2 face="Arial">How do I implement own channels with own names?</font>
<br>
<br><font size=2 face="Arial">Best regards and respect,</font>
<br><font size=2 face="Arial">Marcus.</font>