Skip to content

PowerShell & SSH Love

News from the PowerShell team was announced via their blog yesterday, that they’re beginning the project of integrating SSH into PowerShell. No official dates have been set to when it will be available but this is great new for many IT hard guys!

Looking Forward: Microsoft Support for Secure Shell (SSH)

If you can’t wait for this to come out, there is a great PS module developed by Carlos Perez that allows you to do the following from a PS session:

  • Establish SSH and SFTP sessions using credentials or OpenSSH keys.
  • Connecting through SOCKS and HTTP proxies for both SSH and SFTP sessions.
  • Execution of commands in a remote host using SSH Exec command.
  • Uploading and downloading of files using SCP and SFTP.

Posh-SSH Module hosted on GitHub

Published inPowerShell

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *