New Post: Port Forwarding and Windows 7
I prefer IP over DNS where possible. So I always use 127.0.0.1 instead of localhost. As mentioned in the other Thread: DNS is dangerous, broken and not reliable.
View ArticleNew Post: Port Forwarding and Windows 7
Yes you are right... Finally i am using 127.0.0.1 in all port forwarding.... Thanks !
View ArticleNew Post: Compression Issue On Port Forwarding !
Hello there, I have a small ERP application that is using SSH Port Forwarding in order to communicate with MySQL and upload a lot of files in it's operation ! I am also using compression in all mysql...
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 ArticleNew Post: Port Forwarding is been stopping to slow !
Hello there, I have am testing the latest beta for resolving all the hugs i have on a tunnel. When I enable port forwarding on a port on the exit of the application i am stopping all ports and...
View ArticleNew Post: Port Forwarding is been stopping to slow !
Previous versions of SSH.NET did not wait for the forwarded ports to stop. In the latest beta we attempt to do a clean stop which might mean waiting for the server to signal EOF or close the channel....
View ArticleNew Post: Port Forwarding is been stopping to slow !
Understood ! But Putty which is the client and i am using many times is not so slow ...or exiting ..or plink maybe ! Anyway since is in the exit of the application it is ok then ! I have to mention...
View ArticleNew Post: Port Forwarding is been stopping to slow !
If you can isolate a (not too elaborate) scenario that would allow me to reproduce the issue (and compare against putty), then I'll surely look into it. I will probably also introduce a...
View ArticleNew Post: Port Forwarding is been stopping to slow !
Yes CloseTimeout would resolve the issue ...i think ! As i think now yes it is possible ! i will think about the scenario and come back ! Do you know approximately next week when will you release the...
View ArticleNew Post: Compression Issue On Port Forwarding !
Well the new beat version for the ssh.net is very stable and has better performance ....... After testing it a whole day it works fine in the issues above !
View ArticleNew Post: SCP Error !
Hello there,Sometimes when i am trying to upload file i am getting the following error: SCP Error set times: operation not permited The code i am using is just a simple upload command from one file to...
View ArticleNew Post: SCP Error !
Maybe it has to do with this https://sshnet.codeplex.com/workitem/2592 I do not know Just suggesting ...
View ArticleSource code checked in, #41297
Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591....
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 ArticleNew Post: Disconnect blocks forever
This issue in now fixed in TFS (and in the next beta).
View Article