[jira] [Commented] (SSHD-1278) How to release client connection resources after connection timeout occurs ?

2022-07-15 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567279#comment-17567279 ] dgü commented on SSHD-1278: --- When I write about resource , I mean SSHD resources suc

[jira] [Commented] (SSHD-1278) How to release client connection resources after connection timeout occurs ?

2022-07-15 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567313#comment-17567313 ] dgü commented on SSHD-1278: --- Please don't get me wrong. I don't want you to write

[jira] [Commented] (SSHD-1278) How to release client connection resources after connection timeout occurs ?

2022-07-15 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567339#comment-17567339 ] dgü commented on SSHD-1278: --- Hello! If I'm not wrong I could find a work

[jira] [Commented] (SSHD-1278) How to release client connection resources after connection timeout occurs ?

2022-07-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567508#comment-17567508 ] dgü commented on SSHD-1278: --- If I'm not wrong, this can be a workaround if _AuthFutu

[jira] [Created] (SSHD-1280) Clarification of ConnectFuture#cancel() and AuthFuture#cancel() behaviours if connection and auhentication are already done respectively

2022-07-16 Thread Jira
dgü created SSHD-1280: - Summary: Clarification of ConnectFuture#cancel() and AuthFuture#cancel() behaviours if connection and auhentication are already done respectively Key: SSHD-1280 URL: https://issues.apache.org/jira

[jira] [Commented] (SSHD-1278) How to release client connection resources after connection timeout occurs ?

2022-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569026#comment-17569026 ] dgü commented on SSHD-1278: --- If I'm not wrong, this can be a workaround if _OpenFutu

[jira] [Updated] (SSHD-1280) Clarification of ConnectFuture#cancel(), AuthFuture#cancel(), OpenFuture#cancel behaviours if connection,auhentication,channel open are already done respectively

2022-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1280: -- Summary: Clarification of ConnectFuture#cancel(), AuthFuture#cancel(), OpenFuture#cancel behaviours if connection

[jira] [Updated] (SSHD-1280) Clarification of ConnectFuture#cancel(), AuthFuture#cancel(), OpenFuture#cancel behaviours if connection,auhentication,channel open are already done respectively

2022-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1280: -- Description: Hello!   {code:java} /** * Cancels the connection attempt and notifies all threads waiting for

[jira] [Commented] (SSHD-1280) Clarification of ConnectFuture#cancel(), AuthFuture#cancel(), OpenFuture#cancel behaviours if connection,auhentication,channel open are already done respectively

2022-07-20 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569036#comment-17569036 ] dgü commented on SSHD-1280: --- This is for {_}OpenFuture#cancel(){_}: {code:

[jira] [Created] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-27 Thread Jira
dgü created SSHD-1281: - Summary: ClientSession.auth().verify() is terminated with timeout Key: SSHD-1281 URL: https://issues.apache.org/jira/browse/SSHD-1281 Project: MINA SSHD Issue Type: Bug

[jira] [Updated] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-27 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1281: -- Environment: Java SE 8, Apache NetBeans IDE 12.5, Bitvise SSH Server 9.23 (was: Java SE 8, NetBeans IDE 8.2, Apache

[jira] [Updated] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-27 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1281: -- Description: Hello! The following code works successfully in SSHD 2.8.0; but it fails in SSHD 2.9.0: {code:java

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572333#comment-17572333 ] dgü commented on SSHD-1281: --- Hello! Yes! I am sure that I'm using the same environme

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572333#comment-17572333 ] dgü edited comment on SSHD-1281 at 7/28/22 9:02 AM: Hello! Yes!

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572335#comment-17572335 ] dgü commented on SSHD-1281: --- The root cause looks connection is terminated by SSH server.

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572344#comment-17572344 ] dgü commented on SSHD-1281: --- The problem happens in SFTP too in SSH 2.9.0, but not in

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572359#comment-17572359 ] dgü commented on SSHD-1281: --- Bitvise SSH Server 9.23 > ClientSession.auth().veri

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572361#comment-17572361 ] dgü commented on SSHD-1281: --- I see the same Bitvise SSH Server logs if I use SSHD 2.8.0.

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572361#comment-17572361 ] dgü edited comment on SSHD-1281 at 7/28/22 9:51 AM: This is Bit

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572367#comment-17572367 ] dgü commented on SSHD-1281: --- This is Bitvise SSH Server log for SSHD 2.8.0. !SSHD-NoTim

[jira] [Updated] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1281: -- Attachment: SSHD-NoTimeout-2.8.9.PNG > ClientSession.auth().verify() is terminated with time

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572368#comment-17572368 ] dgü commented on SSHD-1281: --- The differences with your test and mine are: * I am u

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572371#comment-17572371 ] dgü commented on SSHD-1281: --- {quote}I doubt that very much - how can authentication be &q

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572371#comment-17572371 ] dgü edited comment on SSHD-1281 at 7/28/22 10:46 AM: - {quote}I d

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572552#comment-17572552 ] dgü commented on SSHD-1281: --- Hell! {quote}Even from you 2.8.0 screen capture it can be

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572617#comment-17572617 ] dgü commented on SSHD-1281: --- Hello! {quote}mis-configured the server {quote} I have not cha

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572628#comment-17572628 ] dgü commented on SSHD-1281: --- According to your last Bitvise SSH Server log, only pass

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572629#comment-17572629 ] dgü commented on SSHD-1281: --- Here is a timing table of the operations: {quote}

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572628#comment-17572628 ] dgü edited comment on SSHD-1281 at 7/28/22 8:06 PM: According to

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572629#comment-17572629 ] dgü edited comment on SSHD-1281 at 7/28/22 8:07 PM: Here is a ti

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572635#comment-17572635 ] dgü commented on SSHD-1281: --- I could not build SSHD 2.9.1-SNAPSHOT, which is your test ver

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572628#comment-17572628 ] dgü edited comment on SSHD-1281 at 7/28/22 8:19 PM: According to

[jira] [Comment Edited] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-28 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572635#comment-17572635 ] dgü edited comment on SSHD-1281 at 7/28/22 10:01 PM: - I could

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572924#comment-17572924 ] dgü commented on SSHD-1281: --- Hello! isn't it better to focus on session terminati

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-29 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573099#comment-17573099 ] dgü commented on SSHD-1281: --- Hello! I got this answer from Denis Bider of Bitvise Sup

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573311#comment-17573311 ] dgü commented on SSHD-1281: --- I debuged the following code by Netbeans debugger: The

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573313#comment-17573313 ] dgü commented on SSHD-1281: --- Correction of the typo: Anyway, SSHD should catch the termina

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573314#comment-17573314 ] dgü commented on SSHD-1281: --- If problem is not reproduced in your environment, it doesn&#x

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573315#comment-17573315 ] dgü commented on SSHD-1281: --- I think this issue should be reopened to fix _missing termina

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573330#comment-17573330 ] dgü commented on SSHD-1281: --- I did further debugging of the following code by Netbeans debu

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573331#comment-17573331 ] dgü commented on SSHD-1281: --- Summary: - Root cause: SSHD terminates network connection.

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-07-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573332#comment-17573332 ] dgü commented on SSHD-1281: --- Since connection attempt is asynchronous, calling _verify()_

[jira] [Commented] (SSHD-1281) ClientSession.auth().verify() is terminated with timeout

2022-08-01 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573673#comment-17573673 ] dgü commented on SSHD-1281: --- How can logging be enabled for SSHD to see debug out

[jira] [Created] (SSHD-1300) ProcessBuilder#environment equivalent for ChannelExec

2022-10-10 Thread Jira
dgü created SSHD-1300: - Summary: ProcessBuilder#environment equivalent for ChannelExec Key: SSHD-1300 URL: https://issues.apache.org/jira/browse/SSHD-1300 Project: MINA SSHD Issue Type: Question

[jira] [Updated] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-11 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1300: -- Summary: ProcessBuilder#environment() equivalent for ChannelExec (was: ProcessBuilder#environment equivalent for

[jira] [Updated] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-11 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1300: -- Description: Hello! is there an equivalent of _java.lang.ProcessBuilder#environment()_ for

[jira] [Commented] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616521#comment-17616521 ] dgü commented on SSHD-1300: --- Hello! _org.apache.sshd.client.session.ClientSes

[jira] [Comment Edited] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616521#comment-17616521 ] dgü edited comment on SSHD-1300 at 10/12/22 3:38 PM: - H

[jira] [Commented] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616534#comment-17616534 ] dgü commented on SSHD-1300: --- I mean if it is possible to get environment variables be

[jira] [Comment Edited] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616534#comment-17616534 ] dgü edited comment on SSHD-1300 at 10/12/22 3:42 PM: - I mean if i

[jira] [Commented] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616678#comment-17616678 ] dgü commented on SSHD-1300: --- {quote}If you want to know what the peer environment is,

[jira] [Commented] (SSHD-1300) ProcessBuilder#environment() equivalent for ChannelExec

2022-10-13 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617150#comment-17617150 ] dgü commented on SSHD-1300: --- OK! Thanks... On Thursday, October 13, 2022, 05:32:03 PM

[jira] [Created] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
dgü created SSHD-1301: - Summary: No exception is thrown if nonexistent command name is executed by ChannelExec Key: SSHD-1301 URL: https://issues.apache.org/jira/browse/SSHD-1301 Project: MINA SSHD

[jira] [Commented] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618269#comment-17618269 ] dgü commented on SSHD-1301: --- It looks _org.apache.sshd.client.session#executeRemoteCom

[jira] [Updated] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1301: -- Description: Hello! If i execute a remote Linux command such as _ls_ by

[jira] [Comment Edited] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618269#comment-17618269 ] dgü edited comment on SSHD-1301 at 10/16/22 2:44 PM: - It l

[jira] [Commented] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618275#comment-17618275 ] dgü commented on SSHD-1301: --- I think it's not suitable to thow an exc

[jira] [Closed] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü closed SSHD-1301. - Resolution: Not A Problem > No exception is thrown if nonexistent command name is executed by ChannelE

[jira] [Commented] (SSHD-1301) No exception is thrown if nonexistent command name is executed by ChannelExec

2022-10-16 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618276#comment-17618276 ] dgü commented on SSHD-1301: --- is there any way in SSH that a server error is propagate

[jira] [Created] (SSHD-1302) Handling empty ChannelExec#getInvertedOut() to rely on InputStream

2022-10-17 Thread Jira
dgü created SSHD-1302: - Summary: Handling empty ChannelExec#getInvertedOut() to rely on InputStream Key: SSHD-1302 URL: https://issues.apache.org/jira/browse/SSHD-1302 Project: MINA SSHD Issue Type

[jira] [Created] (SSHD-1303) Keeping error streams and input streams separate after ChannelExec#setRedirectErrorStream(true) is called

2022-10-17 Thread Jira
dgü created SSHD-1303: - Summary: Keeping error streams and input streams separate after ChannelExec#setRedirectErrorStream(true) is called Key: SSHD-1303 URL: https://issues.apache.org/jira/browse/SSHD-1303

[jira] [Commented] (SSHD-1302) Handling empty ChannelExec#getInvertedOut() to rely on InputStream

2022-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618893#comment-17618893 ] dgü commented on SSHD-1302: --- If it is not possible not to close the stream, it is possibl

[jira] [Comment Edited] (SSHD-1302) Handling empty ChannelExec#getInvertedOut() to rely on InputStream

2022-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618893#comment-17618893 ] dgü edited comment on SSHD-1302 at 10/17/22 1:15 PM: - If it is be

[jira] [Comment Edited] (SSHD-1302) Handling empty ChannelExec#getInvertedOut() to rely on InputStream

2022-10-17 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17618893#comment-17618893 ] dgü edited comment on SSHD-1302 at 10/17/22 1:16 PM: - If it is be

[jira] [Created] (SSHD-1305) ProcessBuilder redirection equivalents for ChannelExec

2022-10-18 Thread Jira
dgü created SSHD-1305: - Summary: ProcessBuilder redirection equivalents for ChannelExec Key: SSHD-1305 URL: https://issues.apache.org/jira/browse/SSHD-1305 Project: MINA SSHD Issue Type: Question

[jira] [Commented] (SSHD-1305) ProcessBuilder redirection equivalents for ChannelExec

2022-10-18 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17619615#comment-17619615 ] dgü commented on SSHD-1305: --- I tried _ChannelExec#setRedirectErrorStream(boolean)_

[jira] [Created] (SSHD-1308) No exception is thrown if setting environment variable is ignored by SSH server

2022-10-23 Thread Jira
dgü created SSHD-1308: - Summary: No exception is thrown if setting environment variable is ignored by SSH server Key: SSHD-1308 URL: https://issues.apache.org/jira/browse/SSHD-1308 Project: MINA SSHD

[jira] [Commented] (SSHD-1295) Connection attempt not canceled when a connection timeout occurs

2022-10-23 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622890#comment-17622890 ] dgü commented on SSHD-1295: --- Hello! I am not sure if canceling an asynchronous opera

[jira] [Comment Edited] (SSHD-1295) Connection attempt not canceled when a connection timeout occurs

2022-10-23 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622890#comment-17622890 ] dgü edited comment on SSHD-1295 at 10/23/22 11:00 PM: -- Hello!

[jira] [Comment Edited] (SSHD-1295) Connection attempt not canceled when a connection timeout occurs

2022-10-23 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622890#comment-17622890 ] dgü edited comment on SSHD-1295 at 10/23/22 11:04 PM: -- Hello!

[jira] [Commented] (SSHD-1308) No exception is thrown if setting environment variable is ignored by SSH server

2022-10-24 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623338#comment-17623338 ] dgü commented on SSHD-1308: --- Hello! {quote}How can the client tell that the server ignored

[jira] [Commented] (SSHD-1308) No exception is thrown if setting environment variable is ignored by SSH server

2022-10-24 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623351#comment-17623351 ] dgü commented on SSHD-1308: --- I don't know how SSH servers run remote commands. If

[jira] [Created] (SSHD-1314) OpenSSHKeyPairProvider is not able to load SimpleKey

2022-11-30 Thread Jira
Jean-Baptiste Onofré created SSHD-1314: -- Summary: OpenSSHKeyPairProvider is not able to load SimpleKey Key: SSHD-1314 URL: https://issues.apache.org/jira/browse/SSHD-1314 Project: MINA SSHD

[jira] [Commented] (SSHD-1314) OpenSSHKeyPairProvider is not able to load SimpleKey

2022-11-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641493#comment-17641493 ] Jean-Baptiste Onofré commented on SSHD-1314: Sorry I created the issue t

[jira] [Commented] (SSHD-1314) OpenSSHKeyPairProvider is not able to load SimpleKey

2022-11-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641515#comment-17641515 ] Jean-Baptiste Onofré commented on SSHD-1314: Thanks for your input. I

[jira] [Commented] (SSHD-1314) OpenSSHKeyPairProvider is not able to load SimpleKey

2022-11-30 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641542#comment-17641542 ] Jean-Baptiste Onofré commented on SSHD-1314: [~twolf] thanks for the hint

[jira] [Resolved] (SSHD-1314) OpenSSHKeyPairProvider is not able to load SimpleKey

2022-12-14 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré resolved SSHD-1314. Resolution: Not A Problem I changed the code in Karaf to use

[jira] [Created] (SSHD-1317) Finding default shell of SSH server

2022-12-21 Thread Jira
dgü created SSHD-1317: - Summary: Finding default shell of SSH server Key: SSHD-1317 URL: https://issues.apache.org/jira/browse/SSHD-1317 Project: MINA SSHD Issue Type: Question Reporter: dgü

[jira] [Updated] (SSHD-1317) Finding default shell and its escape, quota characters

2022-12-21 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1317: -- Summary: Finding default shell and its escape, quota characters (was: Finding default shell of SSH server) > Find

[jira] [Updated] (SSHD-1317) Finding default shell and its escape, quote characters

2022-12-21 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1317: -- Summary: Finding default shell and its escape, quote characters (was: Finding default shell and its escape, quota

[jira] [Updated] (SSHD-1317) Finding default shell and its escape, quote characters

2022-12-21 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü updated SSHD-1317: -- Description: Hello! I execute remote commands by exec channel. Arguments of the commands may include shell ({_}sh

[jira] [Commented] (SSHD-1317) Finding default shell and its escape, quote characters

2023-01-10 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656582#comment-17656582 ] dgü commented on SSHD-1317: --- Hello! Using _echo_ command may be useful if shell builtin _e

[jira] [Commented] (SSHD-1317) Finding default shell and its escape, quote characters

2023-01-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676273#comment-17676273 ] dgü commented on SSHD-1317: --- Hello! {quote}Conforming applications that wish to do promp

[jira] [Closed] (SSHD-1317) Finding default shell and its escape, quote characters

2023-01-12 Thread Jira
[ https://issues.apache.org/jira/browse/SSHD-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dgü closed SSHD-1317. - Resolution: Workaround > Finding default shell and its escape, quote charact

[jira] [Commented] (DIRMINA-1172) Multiple DatagramAcceptors and the creation of a session object

2023-04-26 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716609#comment-17716609 ] Emmanuel Lécharny commented on DIRMINA-1172: Interesting... I hav

[jira] [Commented] (DIRMINA-1173) Apache mina 2.2.1 threads blocking on ConnectFuture.awaitUninterruptibly() for ever

2023-04-26 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716862#comment-17716862 ] Emmanuel Lécharny commented on DIRMINA-1173: Pfew... 779 threads. Isn&

[jira] [Commented] (DIRMINA-1173) Apache mina 2.2.1 threads blocking on ConnectFuture.awaitUninterruptibly() for ever

2023-04-26 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716870#comment-17716870 ] Emmanuel Lécharny commented on DIRMINA-1173: There are no dead locks,

[jira] [Commented] (DIRMINA-1172) Multiple DatagramAcceptors and the creation of a session object

2023-04-26 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716912#comment-17716912 ] Emmanuel Lécharny commented on DIRMINA-1172: Quick comment: I wonde

[jira] [Commented] (DIRMINA-1172) Multiple DatagramAcceptors and the creation of a session object

2023-04-27 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717373#comment-17717373 ] Emmanuel Lécharny commented on DIRMINA-1172: Ok, it can't be

[jira] [Created] (SSHD-1323) Remote-to-Remote file transfer by SftpFileSystemProvider

2023-04-28 Thread Jira
dgü created SSHD-1323: - Summary: Remote-to-Remote file transfer by SftpFileSystemProvider Key: SSHD-1323 URL: https://issues.apache.org/jira/browse/SSHD-1323 Project: MINA SSHD Issue Type: New Feature

[jira] [Resolved] (DIRMINA-1169) BindException on Java >= 11 due to race condition in AbstractPollingIoAcceptor

2023-05-22 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRMINA-1169. Fix Version/s: 2.1.7 2.0.24 2.2.2

[jira] [Updated] (DIRMINA-1122) Add support for endpoint identification algorithm

2023-05-25 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1122: --- Fix Version/s: 2.1.7 2.0.24 2.2.2

[jira] [Reopened] (DIRMINA-1122) Add support for endpoint identification algorithm

2023-05-25 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny reopened DIRMINA-1122: > Add support for endpoint identification algori

[jira] [Updated] (DIRMINA-1122) Add support for endpoint identification algorithm

2023-05-25 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1122: --- Fix Version/s: (was: 2.0.24) > Add support for endpoint identificat

[jira] [Commented] (DIRMINA-1122) Add support for endpoint identification algorithm

2023-05-25 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726472#comment-17726472 ] Emmanuel Lécharny commented on DIRMINA-1122: Patch committed for bran

[jira] [Resolved] (DIRMINA-1122) Add support for endpoint identification algorithm

2023-05-30 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRMINA-1122. Resolution: Fixed I reopened the issue to backport it to 2.0.X. Not really have

[jira] [Updated] (DIRMINA-1157) Sporadic error when establishing a StartTLS or SSL connection

2023-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1157: --- Fix Version/s: 2.1.7 2.0.24 > Sporadic error when establish

[jira] [Updated] (DIRMINA-1123) Receive buffer size is never set for NIO acceptor

2023-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1123: --- Fix Version/s: 2.0.24 (was: 2.0.23) > Receive buffer s

[jira] [Updated] (DIRMINA-1161) Accessing the session buffer of multiple decoders

2023-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1161: --- Fix Version/s: 2.0.24 (was: 2.0.23) > Accessing the sess

[jira] [Updated] (DIRMINA-1147) Concurrency problem on write interest

2023-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny updated DIRMINA-1147: --- Fix Version/s: 2.2.1 (was: 2.2.0) > Concurrency problem

<    1   2   3   4   5   6   7   8   9   10   >