Which TWO of the following are correct?

An SSH port-forwarded connection to the web server www.example.com was invoked using the command ssh -TL 80 :www.example.com:80 [email protected]. Which TWO of the following are correct?

An SSH port-forwarded connection to the web server www.example.com was invoked using the command ssh -TL 80 :www.example.com:80 [email protected]. Which TWO of the following are correct?

A.
The client can connect to the web server by typing http://www.example.com/ into the browser’s address bar and the connection will be encrypted

B.
The client can connect to www.example.com by typing http://localhost/ into the browser’s address bar and the connection will be encrypted

C.
The client can’t connect to the web server by typing http://www.example.com/ into the browser’s address bar. This is only possible using http://localhost/

D.
It is only possible to port-forward connections to insecure services that provide an interactive shell (like telnet)

E.
The client can connect to the web server by typing http://www.example.com/ into the browser’s address bar and the connection will not be encrypted



Leave a Reply 1

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

I choose