[jira] [Commented] (SSHD-799) SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed to open connection

2018-02-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358152#comment-16358152
 ] 

ASF GitHub Bot commented on SSHD-799:
-

Github user fcav1973 closed the pull request at:

https://github.com/apache/mina-sshd/pull/46


> SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed 
> to open connection
> ---
>
> Key: SSHD-799
> URL: https://issues.apache.org/jira/browse/SSHD-799
> Project: MINA SSHD
>  Issue Type: Bug
>Affects Versions: 1.7.0
>Reporter: Fulvio Cavarretta
>Assignee: Goldstein Lyor
>Priority: Major
>  Labels: port-forwarding
> Fix For: 1.8.0
>
>
> Hi we are faceing issue using port forwarding feature.
> An ssh client is requesting to open a remote connection through Apache sshd 
> server.
> In case connection to remote server fails, there some cases where sshd do not 
> send back SSH_MSG_CHANNEL_OPEN_FAILURE.
> The problem is in 
> _org.apache.sshd.common.session.helpers.AbstractConnectionService_ class 
> The offending code seems to be from line 642 to 654: in case Exception is 
> null, no SSH_MSG_CHANNEL_OPEN_FAILURE is sent back to client.
> We'll try to post a pull request for this issue
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SSHD-799) SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed to open connection

2018-02-07 Thread Fulvio Cavarretta (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355441#comment-16355441
 ] 

Fulvio Cavarretta commented on SSHD-799:


>From our test seems that modifications are ok, bu we are now facing a new 
>issue https://issues.apache.org/jira/browse/SSHD-803

 

> SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed 
> to open connection
> ---
>
> Key: SSHD-799
> URL: https://issues.apache.org/jira/browse/SSHD-799
> Project: MINA SSHD
>  Issue Type: Bug
>Affects Versions: 1.7.0
>Reporter: Fulvio Cavarretta
>Assignee: Goldstein Lyor
>Priority: Major
>  Labels: port-forwarding
> Fix For: 1.8.0
>
>
> Hi we are faceing issue using port forwarding feature.
> An ssh client is requesting to open a remote connection through Apache sshd 
> server.
> In case connection to remote server fails, there some cases where sshd do not 
> send back SSH_MSG_CHANNEL_OPEN_FAILURE.
> The problem is in 
> _org.apache.sshd.common.session.helpers.AbstractConnectionService_ class 
> The offending code seems to be from line 642 to 654: in case Exception is 
> null, no SSH_MSG_CHANNEL_OPEN_FAILURE is sent back to client.
> We'll try to post a pull request for this issue
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SSHD-799) SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed to open connection

2018-02-05 Thread Fulvio Cavarretta (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352121#comment-16352121
 ] 

Fulvio Cavarretta commented on SSHD-799:


Shure we'll give a try and let you know. Our log run test takes aboud a couple 
of days. I'll give you a feedback at the end.

Thanks a lot!

> SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed 
> to open connection
> ---
>
> Key: SSHD-799
> URL: https://issues.apache.org/jira/browse/SSHD-799
> Project: MINA SSHD
>  Issue Type: Bug
>Affects Versions: 1.7.0
>Reporter: Fulvio Cavarretta
>Assignee: Goldstein Lyor
>Priority: Major
>  Labels: port-forwarding
>
> Hi we are faceing issue using port forwarding feature.
> An ssh client is requesting to open a remote connection through Apache sshd 
> server.
> In case connection to remote server fails, there some cases where sshd do not 
> send back SSH_MSG_CHANNEL_OPEN_FAILURE.
> The problem is in 
> _org.apache.sshd.common.session.helpers.AbstractConnectionService_ class 
> The offending code seems to be from line 642 to 654: in case Exception is 
> null, no SSH_MSG_CHANNEL_OPEN_FAILURE is sent back to client.
> We'll try to post a pull request for this issue
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SSHD-799) SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed to open connection

2018-02-04 Thread Goldstein Lyor (JIRA)

[ 
https://issues.apache.org/jira/browse/SSHD-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351807#comment-16351807
 ] 

Goldstein Lyor commented on SSHD-799:
-

See 
[https://github.com/lgoldstein/mina-sshd/commit/6f87c23ebfd48e1f650293bd5453532ccdf27b76]
 - is this satisfactory ? You can test the code by cloning 
[https://github.com/lgoldstein/mina-sshd/commits/SSHD-801] and compiling

> SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message if failed 
> to open connection
> ---
>
> Key: SSHD-799
> URL: https://issues.apache.org/jira/browse/SSHD-799
> Project: MINA SSHD
>  Issue Type: Bug
>Affects Versions: 1.7.0
>Reporter: Fulvio Cavarretta
>Assignee: Goldstein Lyor
>Priority: Major
>  Labels: port-forwarding
>
> Hi we are faceing issue using port forwarding feature.
> An ssh client is requesting to open a remote connection through Apache sshd 
> server.
> In case connection to remote server fails, there some cases where sshd do not 
> send back SSH_MSG_CHANNEL_OPEN_FAILURE.
> The problem is in 
> _org.apache.sshd.common.session.helpers.AbstractConnectionService_ class 
> The offending code seems to be from line 642 to 654: in case Exception is 
> null, no SSH_MSG_CHANNEL_OPEN_FAILURE is sent back to client.
> We'll try to post a pull request for this issue
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)