diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index 0b5eb4dd..1da117d2 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -333,7 +333,7 @@ CONNECTION_PARAMS = { The port SSH server is listening on on the target. """), Parameter( - 'strict_host_check', kind=bool, default=True, + 'strict_host_check', kind=bool, default=False, description=""" Specify whether devices should be connected to if their host key does not match the systems known host keys. """),