Solved

Due to Security Policies, a Restriction Was Implemented That Forbids

Question 100

Multiple Choice

Due to security policies, a restriction was implemented that forbids direct access to the database server. The junior administrator needs to connect using SSH tunneling. Which of the following commands allows the junior administrator to connect from a desktop?


A) ssh -L dbserver.local:5432:localhost:95432 postgres@dbserver.local
B) ssh -L 5432:localhost dbserver.local:5432 postgres
C) ssh -L 95432:localhost postgres@dbserver.local
D) ssh -L 9432:localhost:5432 postgres@dbserver.local

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions