Lines Matching refs:SSH

22 Verify SSH Is Enabled By Default
23 [Documentation] Verify SSH is enabled by default.
26 # Check if SSH is enabled by default.
27 Verify SSH Protocol State ${True}
30 Enable SSH Protocol And Verify
31 [Documentation] Enable SSH protocol and verify.
34 Enable SSH Protocol ${True}
36 # Check if SSH is really enabled via Redfish.
37 Verify SSH Protocol State ${True}
39 # Check if SSH login and commands on SSH session work.
40 Verify SSH Login And Commands Work
43 Disable SSH Protocol And Verify
44 [Documentation] Disable SSH protocol and verify.
46 [Teardown] Enable SSH Protocol ${True}
48 # Disable SSH interface.
49 Enable SSH Protocol ${False}
51 # Check if SSH is really disabled via Redfish.
52 Verify SSH Protocol State ${False}
54 # Check if SSH login and commands fail.
56 ... Verify SSH Login And Commands Work
59 ... msg=SSH Login and commands are working after disabling SSH.
62 Enable SSH Protocol And Check Persistency On BMC Reboot
63 [Documentation] Enable SSH protocol and verify persistency.
66 Enable SSH Protocol ${True}
71 # Check if SSH is really enabled via Redfish.
72 Verify SSH Protocol State ${True}
74 # Check if SSH login and commands on SSH session work.
75 Verify SSH Login And Commands Work
78 Disable SSH Protocol And Check Persistency On BMC Reboot
79 [Documentation] Disable SSH protocol and verify persistency.
81 [Teardown] Enable SSH Protocol ${True}
83 # Disable SSH interface.
84 Enable SSH Protocol ${False}
89 # Check if SSH is really disabled via Redfish.
90 Verify SSH Protocol State ${False}
92 # Check if SSH login and commands fail.
94 ... Verify SSH Login And Commands Work
97 ... msg=SSH Login and commands are working after disabling SSH.
100 Verify Disabling SSH Port Does Not Disable Serial Console Port
101 [Documentation] Verify disabling SSH does not disable serial console port.
103 [Teardown] Enable SSH Protocol ${True}
105 # Disable SSH interface.
106 Enable SSH Protocol ${False}
113 Verify Existing SSH Session Gets Closed On Disabling SSH
114 [Documentation] Verify existing SSH session gets closed on disabling ssh.
116 [Teardown] Enable SSH Protocol ${True}
118 # Open SSH connection.
121 # Disable SSH interface.
122 Enable SSH Protocol ${False}
124 # Check if SSH is really disabled via Redfish.
125 Verify SSH Protocol State ${False}
127 # Try to execute CLI command on SSH connection.
128 # It should fail as disable SSH will close pre existing sessions.
133 ... msg=Disabling SSH has not closed existing SSH sessions.
204 Configure SSH And IPMI Settings And Verify
205 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify.
207 [Template] Set SSH And IPMI Protocol
209 ... AND Enable SSH Protocol ${True}
218 Configure SSH And IPMI Settings And Verify Persistency On BMC Reboot
219 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify
222 [Template] Set SSH And IPMI Protocol
224 ... AND Enable SSH Protocol ${True}
245 Set SSH And IPMI Protocol
246 [Documentation] Set SSH and IPMI protocol state.
250 # ssh_state State of SSH to be set (e.g. True, False).
255 ${data}= Create Dictionary SSH=${ssh_protocol_state} IPMI=${ipmi_protocol_state}
269 [Documentation] Verify SSH and IPMI protocol state.
273 # ssh_state State of SSH to be verified (e.g. True, False).
276 # Verify SSH state value.
278 ... Verify SSH Login And Commands Work
280 ... msg=SSH states are not matching.