Bird
0
0

Which of the following is required to enable SSH-based remoting on a remote Linux machine for PowerShell 7+?

easy📝 Conceptual Q2 of 15
PowerShell - Remote Management
Which of the following is required to enable SSH-based remoting on a remote Linux machine for PowerShell 7+?
AInstall IIS web server.
BEnable WinRM service.
CInstall and configure the OpenSSH server.
DDisable the firewall completely.
Step-by-Step Solution
Solution:
  1. Step 1: Identify SSH server requirement on Linux

    SSH-based remoting requires an SSH server like OpenSSH to be installed and running on the remote Linux machine.
  2. Step 2: Eliminate other options

    WinRM is Windows-specific, IIS is a web server unrelated to SSH, and disabling firewall completely is unsafe and unnecessary.
  3. Final Answer:

    Install and configure the OpenSSH server. -> Option C
  4. Quick Check:

    SSH server installed = A [OK]
Quick Trick: OpenSSH server must run on Linux for SSH remoting [OK]
Common Mistakes:
  • Confusing WinRM with SSH on Linux
  • Thinking IIS is needed for remoting
  • Disabling firewall instead of configuring it

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes