diff --git a/node/src/main/kotlin/net/corda/node/driver/Driver.kt b/node/src/main/kotlin/net/corda/node/driver/Driver.kt index dc5b69106e..3a11097354 100644 --- a/node/src/main/kotlin/net/corda/node/driver/Driver.kt +++ b/node/src/main/kotlin/net/corda/node/driver/Driver.kt @@ -526,7 +526,7 @@ class DriverDSL( override fun startNetworkMapService() { val debugPort = if (isDebug) debugPortAllocation.nextPort() else null val apiAddress = portAllocation.nextHostAndPort().toString() - val sshdAddress = portAllocation.nextHostAndPort().toString() + val sshdAddress = sshdPortAllocation.nextHostAndPort().toString() val baseDirectory = driverDirectory / networkMapLegalName val config = ConfigHelper.loadConfig( baseDirectory = baseDirectory,