Closed Unassigned: Dinamic Forwarding Socks5 Name Resolution via SSH [2589]
First of all. Sorry for my english. and thanks for all developers for making this amazing...
View ArticleCommented Unassigned: Open key file in read-only mode [2573]
In current implementation the private SSH key file is opened in read/write mode. This means the user needs to have read/write access for the key file. Opening the file in read-only mode should be...
View ArticleClosed Issue: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View ArticleClosed Issue: Disconnect() and Dispose() hangs if network device disappeared...
Hi,I am currently using SSH.NET revision 40631. I am working with aembedded Linux device that's connected via a USB Ethernet Gadget.If the USB connection is already unplugged the Disconnect() method as...
View ArticleCommented Unassigned: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleCommented Unassigned: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleCommented Unassigned: 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 ArticleCommented Unassigned: 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 ArticleEdited Issue: Partial Reads from Stream assume end? [1516]
Hi, thanks for all your work on this library. We are using an implementation of a ProducerConsumerStream from [here](http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=852) as our means of...
View ArticleEdited Issue: Partial Reads from Stream assume end [1516]
Hi, thanks for all your work on this library. We are using an implementation of a ProducerConsumerStream from [here](http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=852) as our means of...
View ArticleClosed Issue: Seeing a protected memory exception [1549]
I am seeing a protected memory exception when connecting to device.```Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at...
View ArticleCommented Issue: Reverse tunnel help [1538]
I think I am doing something wrong, I am trying to setup a remote tunnel. For testing purposes I have a local nodejs website listening on port 3000. I am doing an ssh connection to my amazon web...
View ArticleClosed Issue: Reverse tunnel help [1538]
I think I am doing something wrong, I am trying to setup a remote tunnel. For testing purposes I have a local nodejs website listening on port 3000. I am doing an ssh connection to my amazon web...
View ArticleEdited Issue: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleEdited 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: The socket is not connected [2599]
Heya and thanks so much for this awesome library!I'm actually using it in a Xamarin.iOS project (Shared Library) and evertyhing is working fine.For testing purposes I'm forwarding my local port 8356 to...
View ArticleCommented Unassigned: The socket is not connected [2599]
Heya and thanks so much for this awesome library!I'm actually using it in a Xamarin.iOS project (Shared Library) and evertyhing is working fine.For testing purposes I'm forwarding my local port 8356 to...
View ArticleCreated Unassigned: Stuck on waiting for SSH_MSG_KEXINIT [2600]
Hello,as proposed [here](https://sshnet.codeplex.com/discussions/576135) i open this issue for my problem.I have one type of machines where i had no luck to connect via SSH.NET but putty has no...
View ArticleCreated Unassigned: SharePoint 2013: Dynamic operations can only be performed...
I am creating SharePoint 2013 timer job and I have following error: "Dynamic operations can only be performed in homogenous AppDomain." Is it possible to use this with SharePoint?
View ArticleCommented Unassigned: SharePoint 2013: Dynamic operations can only be...
I am creating SharePoint 2013 timer job and I have following error: "Dynamic operations can only be performed in homogenous AppDomain." Is it possible to use this with SharePoint?Comments: ** Comment...
View Article