With the advent of PowerShell on Linux came the desire to remote into and from Linux systems as well. This recipe will show you how to enable PowerShell Remoting with the Open Management Infrastructure PowerShell Remoting Protocol (OMI PSRP) server, as well as using PowerShell Core as a subsystem for Secure Shell (SSH).
Enabling PowerShell remoting on Linux
Getting ready
Install and start PowerShell Core.
How to do it...
Let's perform the following steps:
- The easiest choice by far that is still very secure is SSH remoting. To do this, configure PowerShell Core as...