GIAC Certified Incident Handler (GCIH) — Question 107

What is the destination endpoint host for the SSH session shown below?

ssh - L 1777:192.168.1.80:23[email protected]

Answer options

Correct answer: C

Explanation

The correct answer is C because the command specifies that the local port 1777 is forwarded to the remote host 192.168.1.80 on port 23. Options A and B refer to the wrong ports or hosts, and option D mentions the incorrect host for the specified port.