small-bytes commented on issue #427:
URL: https://github.com/apache/mina-sshd/issues/427#issuecomment-1847851799

   I should update that this is observed against an OpenSSH server with a 
default client side SSH configuration.
   
   From the large logging you can observe the exit timeout delay here:
   ```text
   2023-10-31 14:44:25 DEBUG LocalWindow:85 - Consume 
LocalWindow[client](ChannelExec[id=0, 
recipient=0]-ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22]) by 1 
down to 2097148
   2023-10-31 14:44:25 DEBUG ChannelExec:829 - handleData(ChannelExec[id=0, 
recipient=0]-ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22]) 
SSH_MSG_CHANNEL_DATA len=1
   2023-10-31 14:44:30 DEBUG DefaultScpClient:177 - 
handleCommandExitStatus(ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22])
 cmd='scp -p -t -- /Users/ryanlivingston/tmp/testfile.txt', waited=5005150209 
nanos, events=[TIMEOUT, OPENED]
   2023-10-31 14:44:30 DEBUG DefaultScpClient:207 - 
handleCommandExitStatus(ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22])
 cmd='scp -p -t -- /Users/ryanlivingston/tmp/testfile.txt', exit-status=null
   2023-10-31 14:44:30 DEBUG ChannelExec:1004 - sendEof(ChannelExec[id=0, 
recipient=0]-ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22]) 
SSH_MSG_CHANNEL_EOF (state=Opened)
   2023-10-31 14:44:30 DEBUG ClientSessionImpl:1402 - 
encode(ClientSessionImpl[ryanlivingston@localhost/127.0.0.1:22]) packet #12 
sending command=96[SSH_MSG_CHANNEL_EOF] len=5
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to