Nokia Certified Associate – AI and Analytics — Question 16
Which input is optional when using the std.ssh action to access a remote sewer?
Answer options
- A. cmd
- B. host
- C. password
- D. username
Correct answer: B
Explanation
The 'host' input is optional because the std.ssh action can default to a predefined host if not specified. In contrast, 'cmd', 'password', and 'username' are essential for executing commands and authenticating to the server.