Skip to content

Server response does not contain SSH protocol identification #571

Closed
@folibis

Description

@folibis

The test code is:

using (SshClient ssh = new SshClient(host, 22, "root", "root"))
{
     ssh.Connect();
     SshCommand response = ssh.RunCommand(command);      
     string response =  response.Result;
}

I can connect with Putty w/o any problem. Connection from VC cause to the error from the title.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions