SSH


The SSH tab of the SUT Query test case defines the SSH logging. When the query is executed, the test system establishes an SSH connection to the SUT based on the information in the SUT database. Use the parameters below to customize the SSH prompts expected from the SUT and the responses required by the SUT.

NOTE: When you SSH as cfguser, you can reboot with .restore.sh and shutdown systems with sudo /home/spcoast/bin/.shutdown.sh.

Telnet Login Settings


Target SUT Prompt

The prompt that the SUT presents after the SSH session is established. If the actual prompt does not match this value, your commands will not be sent.

Tcl Parameter: CpuQueryPromptString

Includes Password Prompt

Check the box (default) if the SUT prompts for a password on a SSH connection and enter the exact prompt in the field provided. By default, the password defined in the SUT database will be used. You can check the Override box and enter a different password if necessary.

Default : password:

Tcl Parameter: CpuQueryIncPasswordEn

Tcl Parameter: CpuQueryPasswordPrompt

Override User Name Provisioned for SUT

Select the checkbox and enter a new User Name which will override the User Name provisioned during the SUT administration.

Tcl Parameter: CpuQuerySpecificUsernameEn

Tcl Parameter: CpuQuerySpecificUsername

Override Password Provisioned for SUT

Select the checkbox and enter a new password which will override the password provisioned during the SUT administration.

Tcl Parameter: CpuQuerySpecificPasswordEn

Tcl Parameter: CpuQuerySpecificPassword

^ Back to Top