You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen this mentioned before in the issues, but when connecting to a Tectia SSH server on an IBM mainframe, this error immediately occurs at connection:
System.NotSupportedException: Data longer than 2147483647 is not supported.
I would be happy to investigate patching the issue myself if some initial guidance could be provided.
EDIT:
Stacktrace is below
at Renci.SshNet.Messages.Transport.IgnoreMessage.LoadData()
at Renci.SshNet.Common.SshData.LoadInternal(Byte[] value, Int32 offset, Int32 count)
at Renci.SshNet.Common.SshData.Load(Byte[] data, Int32 offset, Int32 count)
at Renci.SshNet.Session.LoadMessage(Byte[] data, Int32 offset, Int32 count)
at Renci.SshNet.Session.ReceiveMessage(Socket socket)
at Renci.SshNet.Session.MessageListener()
--- End of stack trace from previous location ---
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle)
at Renci.SshNet.Session.ConnectAsync(CancellationToken cancellationToken)
at Renci.SshNet.BaseClient.CreateAndConnectSessionAsync(CancellationToken cancellationToken)
at Renci.SshNet.BaseClient.ConnectAsync(CancellationToken cancellationToken)
at UserQuery.Main(), line 17
The text was updated successfully, but these errors were encountered:
Hi @mmaguigan, thanks for reporting. There was actually already a fix waiting to be merged, which we have done now. You can download the code in this repo and give it a try. Cheers
@Rob-Hague, thanks so much that's terrific. I just tested it out and can confirm that it resolved the connection issue and I was able to list the contents of a directory 😄
I have seen this mentioned before in the issues, but when connecting to a Tectia SSH server on an IBM mainframe, this error immediately occurs at connection:
System.NotSupportedException: Data longer than 2147483647 is not supported.
I would be happy to investigate patching the issue myself if some initial guidance could be provided.
EDIT:
Stacktrace is below
The text was updated successfully, but these errors were encountered: