Bird
0
0

Which of the following is the correct syntax to initiate an SSH connection to user alice on host server.com?

easy📝 Syntax Q3 of 15
Linux CLI - SSH and Remote Access
Which of the following is the correct syntax to initiate an SSH connection to user alice on host server.com?
Assh alice@server.com
Bssh -connect alice server.com
Cconnect ssh alice server.com
Dssh -user alice server.com
Step-by-Step Solution
Solution:
  1. Step 1: Recall basic SSH command structure

    The standard SSH command to connect is: ssh user@hostname
  2. Step 2: Match the correct syntax

    ssh alice@server.com matches this format exactly.
  3. Final Answer:

    ssh alice@server.com -> Option A
  4. Quick Check:

    Correct syntax = D [OK]
Quick Trick: Use ssh user@host to connect [OK]
Common Mistakes:
  • Using incorrect flags like -connect or -user
  • Reversing order of user and host
  • Using 'connect' as a command

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes