Hi Vinet,
I need a functionality to get the client applications of a work flow solution,
I've build, to be connected to the production network.
Therefor I need a auasi permanent (or long term shel conection.
Via these shellChannels I'm intender the establsh IP-Forwarding in both
directions to let the cleinet-Apps interact with the data base and to make
RMI-registries acessible from any client to the production seres(s) and form
client to clien.
At the moment I'm slightly confused with the establishing and athtentification
procedure.
At the meonemt I have implemented Passwordauthentification implememented, but
on an SLES12-System my SSHDPasswordAuthentificatior will return in any cas
false (at the meoment), although the passwort provided is definitlly wron and I
can get to the shell (authentificated).
.
On an another sytem with openSUSE13.2 my SSHDPasswordAuthenticator is retuning
in any case true, I pass the correct Password and the autehntification is
failing.
Do you have stable solution for ShellChannel-Establishing + Authentification.
Do you know, whwt the server at leas should do?
Do you have an advice, how to open the ShellChannel, set IP-Forwarding and
keeping it open. I nedd my aplication to go till end after opening the channel.
Regards
Jocheh Seliger
> vineet garg <[email protected]> hat am 1. Juni 2015 um 21:37 geschrieben:
>
>
> Hi, I am using Mina in my Android application where device will communicate
> with each other. To get started I developed a mini application available at
> "https://github.com/grgvineet/minassltest".
>
> Since I have only one Android device, I test it using openssl cli. The
> server is working quite fine, can handle multiple connection with a great
> ease but I am experiencing some weird issues in client part.
> For example If the client sending some messages initially, at the start of
> session, all messages are buffered until a message is received from server,
> then all messages are sent at once. After that is works fine.
> The first message sent by server is received when it sends a second
> message, thus two messages simultaneously when second message is sent.
> After that all works quite fine.
> Thus in short after the second message, server's message can be seen
> properly. All sent messages are buffered initially until a message is
> received by server.
> In case finding code is difficult between directories, main files are
> present at "
> https://github.com/grgvineet/minassltest/tree/master/app/src/main/java/com/vineet/minassltest
> "
> Am I missing something ?
>
> Thanks
> Vineet