Which of the following commands will you run?

You want to create an SSH tunnel for POP and SMTP protocols. Which of the following commands will you run?

Question:

Which of the following commands will you run?

Options:

ssh -L 110:mailhost:110 -L 25

ssh -L 110:mailhost:110 -L 25:mailhost:25 -1

ssh -L 25:mailhost:110 -L 110

ssh -L 110:mailhost:110 -L 25:mailhost:25 -1 user -N mailhost

Correct Answer

The Correct Answer for this Question is

ssh -L 110:mailhost:110 -L 25:mailhost:25 -1 user -N mailhost

Leave a Comment