Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose two.)
Select all that apply, then click Submit answer.
-
○
ssh --port 2222 example.com
-
○
ssh -p 2222 example.com
-
○
ssh -o Port=2222 example.com
-
○
ssh -o GatewayPort=2222 example.com
-
○
ssh example.com:2222