Dear SSHD contributors and developers,
I hope this is the right mailing list to ask my question. 

My question is regarding the TCP connection process, which is underlying the 
SSH-server in the library. I want to enable the SSH-server to establish the TCP 
connection itself. 

Scenario:
1. SSH server connects over TCP to the SSH client
2. SSH client establishes the SSH connection (as usual)

As you can see, just the first step of the SSH connection process is reversed. 

Can someone give me any pointers to how or where I can start on this topic? 
My guess so far is, that I have to extend the “Nio2Connector.java”. Is that 
correct or am I completely off track?

Any information would be really helpful. 
Thanks in advance and keep up the great work.

Best Regards,
Christian

Reply via email to