SSHD becomes an Apache Mina subproject
Just an update on the SSHD project I started a few weeks ago. It has been accepted yesterday as a MINA subproject :-)
You can find all the needed pointers on the web site.
You can find all the needed pointers on the web site.
Comments
I have some test, SocketBindTest in mina-core, that fails with this error:
___________
org.apache.mina.common.RuntimeIOException: java.net.SocketException: Invalid argument: sun.nio.ch.Net.setIntOption
___________
Sorry to use your blog as a convenience to ask for some help.
Thx,
Pierre
Actually, what I really need to do is implement SSH (not the daemon) in my code, and then transmit data over it. Is there an easy way to do this?
Thanks!