-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core moduleWG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer
Description
Currently, New-PSSession
has a parameter set to use -Hostname
and -Username
to indicate SSHTransport is being used (instead of -ComputerName
and -Credential
). SSH users are probably more familiar and comfortable with ssh user@hostname
, so it seems we should support New-PSSession -Hostname user@hostname
(unfortunately, it would be a breaking change to default to -Hostname
instead of -Computername
to support this as a positional parameter)
markekraus, MaximoTrinidad and PaulHigin
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core moduleWG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer