get Network Interface Details

private open fun getNetworkInterfaceDetails(sshUser: String, sshPassword: String, hostAddress: String): Pair<String, String>

Method used to retrieve the network interface details of the remote host

Return

the network interface details as Pair of String

Parameters

sshUser

The user to use for the SSH connection

hostAddress

The address of the host to reach

sshPassword

The password of the SSH user