Re: sshd-mina

2019-05-26 Thread Claude Warren
While Alon Bar-Lev is correct, I have had cases where when an illegal command was sent to a remote end it closed the connection. Be aware that there are edge cases that may impact your application where the connection will get closed. Claude On Sun, May 26, 2019 at 8:05 PM Alon Bar-Lev wrote:

Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Claude Warren
u can try with the github clone > https://github.com/apache/mina-sshd.git > > I've also uploaded a snapshot at : > > https://repository.apache.org/content/repositories/ > snapshots/org/apache/sshd/sshd-core/1.4.0-SNAPSHOT/sshd- > core-1.4.0-20161128.120923-1.jar > > > 2016-1

Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Claude Warren
wrote: > > > Le 27/11/16 à 10:44, Claude Warren a écrit : > > I was looking for a maven snapshot repository for the sshd modules. Is > > there one or do I have to build from source? > > Building the project from source is as easy as doing : > > $ git clone http://git-wi

Is there a maven snapshot reporitory for this projet

2016-11-27 Thread Claude Warren
I was looking for a maven snapshot repository for the sshd modules. Is there one or do I have to build from source? Claude -- I like: Like Like - The likeliest place on the web LinkedIn: http://www.linkedin.com/in/claudewarren

Re: SSHD client - is it possible to reuse a session?

2016-11-17 Thread Claude Warren
ith the > following code. The default value is FactoryManager.DEFAULT_IDLE_TIMEOUT > with > is 10 minutes. > > final long idleTimeoutValue = TimeUnit.SECONDS.toMillis(5L); > PropertyResolverUtils.updateProperty(sshd, > FactoryManager.IDLE_TIMEOUT, idleTimeoutValue); > > > 2016

SSHD client - is it possible to reuse a session?

2016-11-17 Thread Claude Warren
ain if this is a bug, a misconfiguraiton on my part, or patently not possible. Any assistance would be appreciated. Claude Warren -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren

Re: About apache MINA

2016-06-10 Thread Claude Warren
hu_yang3000 mentions 100% CPU usage. That sounds like a bug. perhaps a test case of some sort would be appropriate? I am just starting with mina so I don't know the way things work around this project. Claude On Fri, Jun 10, 2016 at 6:26 AM, Emmanuel Lécharny wrote: >

Scripting an SSH client.

2016-06-08 Thread Claude Warren
Hello I am attempting to use the SSHD SSHClient to connect and execute several commands on a server. I open a Client Channel as: ClientChannel channel = session.createChannel(ClientChannel.CHANNEL_SHELL) When I do I can get the output stream and read the greetnig from the server (so I am