New Post: "An established connection was aborted by the software in your host...
another question: Is it possible to get the name of the firewall during the connection establishment or after a successfull connection? I have to know it to be able to send the correct commands to the...
View ArticleNew Post: Weird problem on SSH Port Forwarding
private SshClient SshC = new SshClient("Host", Port, "User", "Password"); private ForwardedPortLocal LPF1, LPF2, LPF3, RgF1, RqF1, RqF2, RqF3, MDB; SshC.Connect(); MDB = new...
View ArticleNew Post: "An established connection was aborted by the software in your host...
Hi, Unfortunately I do not know how this can be done. If you can find a specification of it or code example I can try to incorporate it in the future release. Thanks, Oleg
View ArticleNew Post: Pageant integration?
Oleg, This Pageant patch appears to work perfectly for Windows 7. But when I run it through Windows server 2008 R2, the authentication always fails. It appears to be something in the way the patch...
View ArticleNew Post: Pageant integration?
Hi, You can look on source code tab, patches. It was part of 12705 patch and its author is mladjenovic Thanks, Oleg
View ArticleNew Post: Pageant integration?
Hi, sorry for posting here. I had to use SendMessage winapi call because that's what putty uses internally . There is no official api for pageant. About you problem I can't help you because I do not...
View ArticleNew Post: Pageant integration?
Thanks for the update! I'll take a look and try it out. UAC is exactly the path I'm heading down at the moment so this is good timing. Both pageant and my application are running under the same user...
View ArticleNew Post: Pageant integration?
I took a look in the WINPGNTC.C PuTTY source file and noticed: /* * Make the file mapping we create for communication with * Pageant owned by the user SID rather than the default. This * should make...
View ArticleNew Post: 'No such file' exception when calling DownloadFile (SftpClient)...
here is a code sample i use: class Processor : IDisposable { private class StateData { public Processor Processor { get; set; } public FileStream FileStream { get; set; } public string FileName { get;...
View ArticleNew Post: An existing connection was forcibly closed by the remote host
I am hoping someone can easily tell me what this is causing this error: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host I've only just...
View ArticleNew Post: "An established connection was aborted by the software in your host...
I unfortunately don't have any specification, I even think that there won't be sent any information about the server during the connection establishment. I solved it by commiting type-specific commands...
View ArticleNew Post: changing Unix password using SSH.Net Library
Hi, I am having an requirement to develop the UI in ASP.net application which will be used to change/reset the user's password in UNIX box. Can we use SSH.Net lib to implement the functionality for...
View ArticleNew Post: ForwardedPortLocal and Connection error when re-conect secondtime...
Hello, first thanks for your great work, with this SSH library. I need help with ForwardedPortLocal. I do a comunication with some remote hardware with Modbus protocol and trought SSH tunnel. When i...
View ArticleNew Post: Weird problem on SSH Port Forwarding
Hello, just now i open new thread with an similar problem. When i open 2 forwardedlocalport, the first port is opened, the socket connect, with any data is received.
View ArticleNew Post: Login with Kerberos authentication
Hi All, has anyone tried to extend this tool with Kerberos authentication? Is there any plan to support this? Thanks, gyoreg
View ArticleNew Post: Login with Kerberos authentication
Hi, Currently there are no known implementation of this. I thought about it doing it long time ago but luck of time and knowledge of this area I could not get to it. If you end up finding this...
View ArticleNew Post: Shell functionlity
Dear All, I am trying to use the shellstream functionality in vb.net and somehow not able to use the Expectaction method, I am not able to figure out what needs to passed to ExpectAction method please...
View ArticleCommented Issue: SFTP: Uploading Files to the FTP Server has Inconsistent...
__Method Name:__ UploadFile()__Issue:__ Files Uploaded to FTP Server has Inconsistent BehaviorI am trying to upload the file from local path to the ftp server, there is no exceptions in the...
View ArticleNew Post: SCP unexpected filename error
I'm adding SCP functionality to a PowerShell module I wrote, Downloading I have 0 problems from Unix and Linux hosts but uploading I'm getting a unexpected filename error. My code is bellowtry {...
View ArticleNew Post: Get the string result from Execute() during the execution
Hi all I am using SshCommand object and running an SSH file on a Linux machine using the Execute() function as follow SshCommand command = client.CreateCommand(string.Format("{0} {1}", shPath,...
View Article