n/software have a beta available of their PowerShell Remoting product. It provides access to PowerShell on remote machines using the SSH protocol. This is the PowerShell Server when started as an application:
You connect to the PowerShell Server using an application like Putty. Alternatively, you can use n/software’s NetCmdLets and the ssh cmdlet.
I already blogged about some other remoting options before and showed that SSH-based remoting could already be done with existing solutions such as WinSSHD from Bitvise.

Post a Comment