Exam-style question
Try this first
Which statement best describes how SSH can be used for remote management?.
- A.An SSH client can log in securely to a remote computer and execute commands
- B.An SSH client only renders web pages on the local computer
- C.An SSH client retrieves email using POP3 without making a TCP connection
- D.An SSH client transfers files only when anonymous access is enabled
Model answer
What a good answer should say
- An SSH client can log in securely to a remote computer and execute commands
Explanation
Why this works
SSH can be used to log in securely to a remote computer and execute commands. It can also make a TCP connection to a remote port to send commands using application-level protocols.
Common mistake
No common mistake is linked to this question yet.
