fix: ssh strategy port default
the default for the ssh strategies network port
was set to None
, which failed the instance_of(str)
validation that is set on the attr.
This meant that using the strategy without specifying a network port would cause it to fail.
Edited by Jordan Bonser