SSHCredentials Are Valid

private open fun SSHCredentialsAreValid(sshUser: String, sshPassword: String): Boolean

Method to validate the payload for the SSH credentials

Return

whether the credentials are valid as boolean

Parameters

sshUser

The user of the SSH connection

sshPassword

The password of the SSH connection