safeguard Host Data

private open fun safeguardHostData(hostId: String, sessionId: String, sshUser: String, sshPassword: String, hostAddress: String): RemoteHostData

Method used to safeguard the sensitive data of a remote host

Parameters

hostId

The identifier of the host

sessionId

The identifier of the session owner of the host

sshUser

The user to use for the SSH connection

sshPassword

The password to use for the SSH connection

hostAddress

The address of the host