Connecting to a linux machine from Windows

I saw on Plural Sight powershell on Linux set of seminars . In there they were showing how to connect to a Linux server using ps remoting over ssh using the command Enter-pssession -hostname.

I thought I would do that too. I tried on a PS 5 version and it said it cant find the parameter so i loaded up PS 6.0.8 version and that didnt work either.

Which version of PS 6.0.x do I need to do this?

Personally if you are running Powershell V5 I would … install-module -name Posh-ssh

Have you tried Posh-SSH?