Skip to content

Add configuration option to disable SSH strict host checking #101

@MichaelKoster70

Description

@MichaelKoster70

As a developer, I want to connect to the target device without having to accept the target host key first.

Add a global configuration option to

  • disable strict host checking (boolean)

Add a launch profile option to:

  • disable strict host checking (boolean)

If strict host checking is disabled, add the following option to the ssh.exe launch configuration
-o StrictHostKeyChecking=no -o UserKnownHostsFile=NUL -o GlobalKnownHostsFile=NUL

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions