ExamGecko
Question list
Search
Search

Question 163 - 102-500 discussion

Report
Export

Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.)

A.
ssh --port 2222 example.com
Answers
A.
ssh --port 2222 example.com
B.
ssh -p 2222 example.com
Answers
B.
ssh -p 2222 example.com
C.
ssh -o Port=2222 example.com
Answers
C.
ssh -o Port=2222 example.com
D.
ssh -o GatewayPort=2222 example.com
Answers
D.
ssh -o GatewayPort=2222 example.com
E.
ssh example.com:2222
Answers
E.
ssh example.com:2222
Suggested answer: B, C

Explanation:

Topic 7, Misc Questions New

asked 18/09/2024
Rolf Johannesen
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first