Adds Port parameter for SSH PSSessions by 0x4c6565 · Pull Request #3499 · PowerShell/PowerShell
Ref #3475 This pull request adds support for the Port parameter when establishing a new SSH PSSession. Examples: New-PSSession -HostName "localhost" -Port 8080 New-PSSession -SSHConnectio...