Created Unassigned: Bug in SSH shell connection with Cisco IOS [2713]
Hi everyone! So I have compiled the project into a DLL and I am using that to connect to a Cisco server with SSH enabled. Everything works (I am able to issue commands, and the read back is correct),...
View ArticleCreated Unassigned: ssh with IPv6 address not working under Linux (help with...
Hallo,I couldn't figure out how to use your SSH library with an IPv6 address under linux (Ubuntu 15.04),however it works perfectly fine with an IPv4 address.my code looks like this:```IPAddress...
View ArticleCreated Unassigned: DataAvailable false [2715]
I'm trying to tail a fail with using DataReceived callback to get the output.Unfortunately, DataReceveid is always null. I noticed that DataAvailable is false, so I wonder to what is due this and how I...
View ArticleCommented Issue: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleCreated Unassigned: execute .SH file with ssh.net [2719]
Hi,I want to execute .SH file with ssh.net. and location of .SH file is window machine where I am using ssh.net dll.please give me solution to solve this issue.
View ArticleCreated Unassigned: Add Interface for SftpClient to allow Dependency...
Currently there is no interface for SftpClient so it I have to write a wrapper Inteface/Class around it to enable DI
View ArticleCreated Unassigned: Null Exception thrown inside library [2721]
Below exception crashes the windows app. Any Ideas what is cause of the problem here.Thanks.```Application: MyApp.exeFramework Version: v4.0.30319Description: The process was terminated due to an...
View ArticleCreated Unassigned: SOCKS5: Host unreachable [2724]
Hi,I am trying to connect to an external server using SFTP via an internal SOCKS proxy server. The connection works fine in WinSCP but I am getting error "_SOCKS5:Host unreacheable_" in my code.I am...
View ArticleCommented Unassigned: SOCKS5: Host unreachable [2724]
Issue raised in Discussions.Comments: ** Comment from web user: Rafik83 ** Issue is raised in Discussions
View ArticleCreated Unassigned: Session current time [2726]
I've been using this library for a project and it's doing really well. There's however a slight problem, which is that the session's time/date is set to UTC time, whereas I need it to use the local...
View ArticleCreated Unassigned: Pageant (PuTTY) Integration [2727]
First thank you for a great C# SSH library.In my limited understanding using Pageant requires the SSH code to call out to Pageant and ask it to calculate security hash(es).Could this be implemented to...
View ArticleCommented Issue: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleCreated Unassigned: Event handle leak in 2014.4.6-beta2 [2730]
Still seeing a serious event handle leak with this library. Especially pronounced when downloading tens of files from dozens of servers.I saw that an event handle leak was dealt with in this version...
View ArticleCommented Unassigned: Null Exception thrown inside library [2721]
Below exception crashes the windows app. Any Ideas what is cause of the problem here.Thanks.```Application: MyApp.exeFramework Version: v4.0.30319Description: The process was terminated due to an...
View ArticleCommented Issue: Inconsistent dealing with empty hostname and zero port...
We currently do not deal with a zero-length hostname and / or zero port number in a consistent way in our ForwardedPort implementations.ForwardedPortLocal:* we do not bind to all local IP addresses...
View ArticleCommented Issue: Session.Disconnect() hangs forever [2591]
I'm doing a reboot on a linux machine (dropbear ssh server) and disconnecting as fast as i can after that.I'm using ssh.net 2014.4.6-beta2The sshclient hangs in the Disconnect method...
View ArticleCreated Unassigned: Allow Session logging to be a programmatic choice [2735]
It would be nice to have access to some sort of low-level logging, as I would have in a plain-old SSH client. I can see in the source, some intent to log to Trace, but it is wrapped with a Conditional...
View ArticleCreated Unassigned: Sftpclient.Disconnect takes very long time [2738]
The following code takes over two minutes to execute. It gets stuck on Disconnect(). I am trying to connect to TITAN commercial FTP Server. SftpClient client = new SftpClient(sAddress, iPort, sUserID,...
View ArticleCreated Unassigned: Wait for evert: _messageListenerCompleted.WaitOne() in...
It happens when you1. Connect2. Send some thing3. Unplug the network cable4. send again --> __wait forever__The reason is: in step 4, it tries to call Disconnect(), which calls...
View ArticleCreated Unassigned: Double quotes in command [2744]
Hi.Thank you for ssh.net library.I'm having an issue when trying to use double quotes in a command executed on a ssh server running on Windows.```ConnectionInfo connectionInfo = new...
View Article