QuestionQ245
NetworkingWhich of the following commands connects to the remote host example.com, where OpenSSH listens on TCP port 2222?
Choose two
- A ssh --port 2222 example.com
- B ssh -p 2222 example.com
- C ssh -o Port=2222 example.com
- D ssh -o GatewayPort=2222 example.com
- E ssh example.com:2222
Community Discussion