Concept Flow - SSH-based remoting (PowerShell 7+)
Start PowerShell 7+
Run Enter-PSSession with SSH
PowerShell initiates SSH connection
Authenticate with remote host
If authentication succeeds
Open remote PowerShell session
Run commands remotely
Exit session with Exit-PSSession
End
This flow shows how PowerShell 7+ uses SSH to connect and run commands on a remote machine securely.