Closed 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: 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: Unable to execute the commands with "sudo" on...
Hi,I was trying to access and execute the commands on remote Linux machine of CentOs-OpenLogic. But while executing the commands with sudo option, i was getting error like tty required. My code is as...
View ArticleClosed Unassigned: Unable to execute the commands with "sudo" on...
Hi,I was trying to access and execute the commands on remote Linux machine of CentOs-OpenLogic. But while executing the commands with sudo option, i was getting error like tty required. My code is as...
View ArticleCommented Issue: ZeroBytes in ShellStream [1525]
Somethimes in a shellstream there can be zero bytes found.It was gone after the update in 12/2012 and appiert backwith the update in ~02/2013.In the buffer i can find then lots of zero bytes, some text...
View ArticleSource code checked in, #40626
Fix exception documentation for BaseClient.Connect() and Session.Connect(). Added SftpPathNotFoundException to doc for SftpClient.Get(String) and SftpClient.GetAttributes(String). Do not throw...
View ArticleEdited Issue: SftpClient is throwing undocumented exceptions [2148]
The documentation says that Connect can throw InvalidOperationException and ObjectDisposedException, but when you can't connect (remote server stopped, network problem, ...) a SocketException is thrown...
View ArticleClosed Issue: SftpClient is throwing undocumented exceptions [2148]
The documentation says that Connect can throw InvalidOperationException and ObjectDisposedException, but when you can't connect (remote server stopped, network problem, ...) a SocketException is thrown...
View ArticleSource code checked in, #40627
Document exceptions for ConnectionInfo constructors. Improve exception messages for argument checks. Only perform null argument check for hosts. Fixes issue #1845.
View ArticleClosed Issue: SftpClient ctor throws exception when hostname has _ character...
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 ArticleSource code checked in, #40630
Added SftpClientTest.Connect.cs to test project for .NET 3.5. Do not use TPL to allow tests to work on .NET 3.5.
View ArticleClosed Unassigned: System.ObjectDisposedException at...
Hello,I have been using the SSH.Net library to connect to a remote SSH server to establish a DB connection between a VB client software and MySQL server. Everything works fine except sometimes the...
View ArticleEdited Issue: SNK issue when trying to build [2455]
I just downloaded this SSH.NET Library. I added it to a new visual studio project and tried to build. There's no code in my "main" project, this is just trying to build the solution and I keep getting...
View ArticleSource code checked in, #40631
Include signing key in source download. Fixes issue #2455.
View ArticleEdited Issue: SNK issue when trying to build [2455]
I just downloaded this SSH.NET Library. I added it to a new visual studio project and tried to build. There's no code in my "main" project, this is just trying to build the solution and I keep getting...
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: jmf ** Sorry for the delay in responding. I've...
View ArticleCreated Unassigned: BlockCipher.Encrypt fails if input message is not padded...
BlockCipher.Encrypt fails if input message length is not a multiple of BlockSize. The error is "Invalid output buffer".This seems to be due to the following code in EncryptBlock function of BlockCipher...
View ArticleSource code checked in, #40665
Modify accessiblity of Authenticate to internal, and modify IsAuthenticated depending on the outcome of the authentication.
View Article