From 2da937092005637e3103911bec6b16771708f2ca Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 6 Mar 2020 19:14:06 +0000 Subject: [PATCH] target/descriptor: Ensure we set a default SSH port. --- wa/framework/target/descriptor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wa/framework/target/descriptor.py b/wa/framework/target/descriptor.py index ab91536a..0b5eb4dd 100644 --- a/wa/framework/target/descriptor.py +++ b/wa/framework/target/descriptor.py @@ -328,6 +328,7 @@ CONNECTION_PARAMS = { """), Parameter( 'port', kind=int, + default=22, description=""" The port SSH server is listening on on the target. """),