Multiple choice technology operating systems

Syntax for ssh command

  1. ssh hostname

  2. ssh user@hostname

  3. ssh user hostname

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The standard syntax to connect to a remote host as a specific user is ssh user@hostname. Although ssh hostname is valid because it defaults to the current local user, the specified option is the most complete way to define user-specific authentication.