Commented Unassigned: Unable to connect to : Exception calling "Connect" with...
Hello,After doing Import-Module SSH-Sessions, I try to connect as follows:PS C:> New-SshSession -ComputerName 10.220.12.220 -Username username -Password ***********Unable to connect to...
View ArticleCommented Unassigned: [Retracted] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleClosed Unassigned: [Retracted] Random Exception on multi-handle wait [1757]
I use renci.sshnet in a multi-threaded/multi-concurrent-connection environment and was observing randome generic exceptions being thrown during heavy testing.> Using Revision: 28765The problem was...
View ArticleCommented Unassigned: [Proposed Fix] Timeout waiting for KeyExchange with...
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Some connections were experiencing a timeout during the connection initiation, causing the connection to fail. The...
View ArticleClosed Unassigned: [Proposed Fix] Timeout waiting for KeyExchange with...
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Some connections were experiencing a timeout during the connection initiation, causing the connection to fail. The...
View ArticleCommented Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCommented Unassigned: Unable to connect to : Exception calling "Connect" with...
Hello,After doing Import-Module SSH-Sessions, I try to connect as follows:PS C:> New-SshSession -ComputerName 10.220.12.220 -Username username -Password ***********Unable to connect to...
View ArticleClosed Unassigned: [Proposed Fix] Chasing a serious Event Handle leak,......
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Under heavy testing we were seeing a leakage of around 1,500 event handles a minute. Under normal use, the leak was...
View ArticleCommented Unassigned: Unable to connect to : Exception calling "Connect" with...
Hello,After doing Import-Module SSH-Sessions, I try to connect as follows:PS C:> New-SshSession -ComputerName 10.220.12.220 -Username username -Password ***********Unable to connect to...
View ArticleClosed Unassigned: System.ArgumentOutOfRangeException on Disconnect() [2389]
Version: __2013.4.7.0__Hey everybody, I am sporadically getting the following exception while trying to disconnect SftpClient.__System.ArgumentOutOfRangeException__: Specified argument was out of the...
View ArticleCommented Unassigned: [Proposed Fix] Timeout waiting for KeyExchange with...
I use renci.sshnet in a multi-threaded/multi-concurrent-connections environment. Some connections were experiencing a timeout during the connection initiation, causing the connection to fail. The...
View ArticleCreated Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]
The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...
View ArticleCommented Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]
The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** I failed to reproduce this issue...
View ArticleCommented Unassigned: Crash while handling SSH_MSG_CHANNEL_CLOSE message [2538]
The application crashed. Crash dump analysis indicate a possible race condition at handling SSH_MSG_CHANNEL_CLOSE message.2014-10-12 01:05:44,805 FATALSystem.NullReferenceException: Object reference...
View ArticleCommented Issue: SftpClient ctor throws exception when hostname has _...
The constructor for SftpClient and SshClient class throws an ArgumentException when the hostname has an underscrore character '_' . Using disassembly I can find the issue is the regex _rehost in...
View ArticleCreated Issue: Path is not always resolved to fully qualified path in...
Just noticed that there are several methods in SftpClient (eg. OpenRead) that do not resolve the specified path to a fully qualified path before passing the path on to other part of SSH.NET.This...
View ArticleEdited Issue: Path is not always resolved to fully qualified path in...
Just noticed that there are several methods in SftpClient (eg. OpenRead) that do not resolve the specified path to a fully qualified path before passing the path on to other part of SSH.NET.This...
View ArticleCommented Unassigned: Shell Stream incorrect output. [2190]
Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...
View ArticleCommented Unassigned: Getting File Not Found on all Upload/Delete/... cmds on...
Downloaded SFTP app [ Renci.SshNet ] from "codeplex" . Cannot get sftp.BeginUploadFile( streamparm, targetfilepath) or sftp.UploadFile ( streamparm, targetfilepath, null ) to work. Keep getting "File...
View Article