Lines Matching refs:SSH
16 Enable SSH Protocol
17 [Documentation] Enable or disable SSH protocol.
21 # enable_value Enable or disable SSH, e.g. (true, false).
24 ${data}= Create Dictionary SSH=${ssh_state}
33 Verify SSH Login And Commands Work
34 [Documentation] Verify if SSH connection works and able to run command on SSH session.
41 # Check if we can open SSH connection and login.
43 # Check if we can run command successfully on SSH session.
47 Verify SSH Protocol State
48 [Documentation] verify SSH protocol state.
52 # state Enable or disable SSH, e.g. (true, false)
86 # "SSH": {
97 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${state}