Closed Issue: SCP fails with dropbear because of option -q [1164]
SCP transfer uses commands like thischannel.SendExecRequest(string.Format("scp -qpf \"{0}\"", filename));When the remote system is using dropbear, the command fails with a usage message. Â By default...
View ArticleClosed Issue: ssh linux from silverlight 5 [1359]
I tried to use ssh.net nuget with sl 5 and got exception "Could not load file or assembly 'Microsoft.CSharp, Version=2.0.5.0..." So up to now build is valid for sl 4 and not valid for sl 5. For anyone...
View ArticleClosed Issue: Client disconnect not handled. [1264]
I am using the DLL to tunnel RDP traffic using port forwarding. When disconnecting a session, I was getting a null reference exception from the dll. Eventually discovered it was coming from the...
View ArticleClosed Issue: Exception raised when disconnection is performed intentionally...
I noticed that whenever we call the Disconnect method, a new SshConnectionException is raised with ConnectionLost as Disconnect Reason (is not more appropriate ByApplication?). Do you think it's...
View ArticleClosed Issue: ScpClient hangs when remote SCP fails [1166]
The problem occurred in connection with http://sshnet.codeplex.com/workitem/1164Â When trying to download a file, the remote SCP program did not understand the specified option "-q", complained by...
View ArticleClosed Issue: duplicate SSH_MSG_CHANNEL_CLOSE for same channel lets dropbear...
When transferring files with SCP from a device running dropbear 0.53.1 I noticed connection aborts on the PC runninng SSH.NET with error messages from dropbear. On the PC I get "An established...
View ArticleClosed Issue: Passwords in memory [1169]
Hello! I wrote a simple application for forwarding local ports, it works great and was really easy! But i have one concern, when investigating the memory of my application i found that my password was...
View ArticleClosed Issue: RemoveForwardedPort(ForwardedPort) [1163]
Set up a forwarded port using:AddForwardedPort("127.0.0.1", 8080, "example.org", 80);Â Then browse to http://127.0.0.1:8080Â Then:RemoveForwardedPort(ForwardedPort)Â "RemoveForwardedPort" will stop...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleNew Post: Dynamic PortForward Problem
Thank you for your reply. yes I have problem with DNS resolving on my side, after some test when I use IP address it works fine. I thought when I use dynamic forwarding (SSH -d), DNS resolving occur on...
View ArticleNew Post: Dynamic PortForward Problem
i, It tries to resolve DNS name on the client and then provides IP address to the server. I think its a protocol restriction so dont think it could change. Thanks, Oleg
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleNew Post: Dynamic PortForward Problem
Hi, I don't know about protocol restriction, but putty and tunnelier can do dynamic portforward even with DNS disabled on local machine, I guess I have to look putty source code. Thankyou for your...
View ArticleNew Post: Dynamic PortForward Problem
Hi, Just for information, in SOCK5 we can send domain name as request, I found information from here. thanks
View ArticleNew Post: Pageant integration?
Unfortunately, that code uses the .net 4+ MemoryMappedFile. I'm stuck with .net3.5 (For various reasons I'm not too happy with). There isn't a heavy reliance on that feature though so it may be fairly...
View ArticleNew Post: Pageant integration?
FYI, this patch works great under .net 4 without modification. Given that Pageant is the ubiquitous SSH agent for windows, it's a shame that it can't be included. It's as simple as: string host =...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleCommented Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View ArticleNew Post: Pageant integration?
Hi, The reason I cannot include it in the library is due to native method. For example: [DllImport("user32.dll", EntryPoint = "SendMessageA", CallingConvention = CallingConvention.StdCall,...
View ArticleNew Post: Dynamic PortForward Problem
Hi, Thanks for pointing it out, I dont think I should disable IPv4 and IPv6 and only do domain name since it could be problematic for some but I will look into it of course. So you were using the same...
View Article