LPI
202-450 · Question #146
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…
The correct answer is C. ssh -L 5432:127.0.0.1:5432 destination.example.com. You've hit your weekly limit · resets 5am (America/New_York)
213 System Security
Question
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?
Options
- Assh -1 5432:127.0.0.1:5432 destination.example. com
- Bssh -L 5432:destination.example.com:5432 127.0.0.1
- Cssh -L 5432:127.0.0.1:5432 destination.example.com
- Dssh -x destination.example.com:5432
- Essh -R 5432:127.0.0.1:5432 destination.example.com
How the community answered
(25 responses)- A4% (1)
- C84% (21)
- D4% (1)
- E8% (2)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#SSH tunnel#local port forwarding#-L flag#encrypted channel
Community Discussion
No community discussion yet for this question.