You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user automating with PowerShell, I would like to pass options to OpenSSH when using PSRP over SSH as a SSH client, like ssh -o GlobalKnownHostsFile=/Path/To/File.
Currently, it seems only a small subset of command line arguments for SSH are supported.
Proposed technical implementation details
A new parameter could be added to the Invoke-Command and New-PSSession cmdlets that would allow a dictionary of strings or a list of strings for configuration options.
Summary of the new feature/enhancement
As a user automating with PowerShell, I would like to pass options to OpenSSH when using PSRP over SSH as a SSH client, like
ssh -o GlobalKnownHostsFile=/Path/To/File.Currently, it seems only a small subset of command line arguments for SSH are supported.
Proposed technical implementation details
A new parameter could be added to the Invoke-Command and New-PSSession cmdlets that would allow a dictionary of strings or a list of strings for configuration options.