Overview of Posh-SSH capabilities
masterPosh-SSH is a PowerShell module that leverages a custom version of the SSH.NET library to provide SSH functionality. It is designed to facilitate automating actions against one or multiple SSH-enabled Linux servers from a Windows host. As of version 3.x, it can also be used on Linux and macOS via .NET Standard.
Key capabilities include:
- Automating SSH, SFTP, and SCP actions.
- Support for SOCKS4, SOCKS5, and HTTP Proxy.
- Remote, dynamic, and local port forwarding.