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