Which command should be used?

A system monitoring service checks the availability of a database server on port 5432 of destination.example.com. The problem with this is that the password will be sent in clear text. When using an SSH tunnel to solve the problem, which command should be used?
A. ssh -1 5432:127.0.0.1:5432 destination.example. com
B. ssh -L 5432:destination.example.com:5432 127.0.0.1
C. ssh -L 5432:127.0.0.1:5432 destination.example.com
D. ssh -x destination.example.com:5432
E. ssh -R 5432:127.0.0.1:5432 destination.example.com

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.