Remote Host Data

data class RemoteHostData(val sshUser: String, val sshPassword: String, val macAddress: String, val broadcastIp: String)

The RemoteHostData data class represents the sensitive data of a remote host

Author

N7ghtm4r3 - Tecknobit

Since

1.0.4

Constructors

Link copied to clipboard
constructor(sshUser: String, sshPassword: String, macAddress: String, broadcastIp: String)

Properties

Link copied to clipboard

The ip address of the remote host network interface

Link copied to clipboard

The physical mac address of the remote host network interface

Link copied to clipboard

The password to use for the SSH connection

Link copied to clipboard

The user to use for the SSH connection