mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
target/descriptor: Ensure we set a default SSH port.
This commit is contained in:
parent
ef9b4c8919
commit
2da9370920
@ -328,6 +328,7 @@ CONNECTION_PARAMS = {
|
|||||||
"""),
|
"""),
|
||||||
Parameter(
|
Parameter(
|
||||||
'port', kind=int,
|
'port', kind=int,
|
||||||
|
default=22,
|
||||||
description="""
|
description="""
|
||||||
The port SSH server is listening on on the target.
|
The port SSH server is listening on on the target.
|
||||||
"""),
|
"""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user