SSH via PowerShell

powershellssh

Is it possible to open an SSH session in PowerShell? Currently I use PuTTY but it would be nice if that were not required.

Best Answer

Not built in of course, but since Powershell can do anything .Net can do, there is a way.

Paid solution would be /n Software's NetCmdlets.

Free solution would be using the suggestions of this blog post.