Edited 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 ArticleSource code checked in, #41258
* Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. * Removed DataTypeCode from ChannelDataEventArgs, as this is specific to extended data. * Large set 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 ArticleNew Post: Stability while in beta; "stable" timeframe
I've been working on performance tuning lately, but I'll now focus on fixing the following issue: issue 2591: Session.Disconnect() hangs forever Once that issue is fixed, we'll probably release one...
View ArticleNew Post: SSH Tunnel Issue !
Hello there to all ! I have a wierd issue which i do not know how to handle it and thus i am asking your help ! I am using the renci.ssh library for using mysql through ssh tunnel When i use the tunnel...
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
Please paste your plink command. Whats the reason you don't want to use localhost?
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
1st thanks for the anwser and helping me ! Well security reasons in the 1st place and in the 2nd from the app settings i have the ip of the ssh server which is the same with the mysql ... And in the...
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
For Security reason you should use "127.0.0.1". First: No DNS envolved, nobody can redirect localhost or your hostname to his IP (DNS-Spoofing) Second: Your MySQL server is just forwared to your local...
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
Found something on the local mysql server that maybe the error... Testing it and come back ! Maybe somehow you are right Something else pleaseeeeeeeeeee Some other questions regarding the tunnel :How...
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
Compression support is a planned feature in the future. There is a way to enable it yourself, but I don't know the details. If you talk directly to your MySQL server with compression support, you don't...
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
After searching the local my.cnf found that it was a misconfiguartion of the mysql server that caused him to be bound on a specific ip ! Changed that and worked like a charm ! So issue is over......
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
Cool! No problem! And have fun with SSH.NET :)
View ArticleNew Post: SSH Tunnel Issue & Port Forwarding !!
I have been using SSH.NET for more than 1 year with success ...But lately i need to use ssh tunnels for using the mysql server... You have done a great job !
View ArticleNew Post: Port Forwarding and Windows 7
Hello there again, Any ideas why on Windows 7 port forward is not working ..? I got error of not connecting when i try to connect to the mysql server that i port forward ... Firewall is off ....btw
View ArticleNew Post: Port Forwarding and Windows 7
What does "not working" mean? Any SSH.NET exceptions? What is the difference between your Windows 7 and Windows XP machines (of course beside Windows Version).
View ArticleNew Post: Port Forwarding and Windows 7
Well narrowing down the issue found out that: The host i am giving on the SSH.NET for the tunnel is localhost which is not creating a exceptions ... Ping the localhost does not give any reply back and...
View ArticleNew Post: Port Forwarding and Windows 7
Responding on your question there is no difference between the two PC's Actually is a typical Windows 7 PC Actually only Windows is installed...Not even Office is there !
View Article