microsoft / dev-tunnels

Dev Tunnels SDK
MIT License
286 stars 20 forks source link

SSH user name is required for a port with SSH protocol. #455

Closed SoftwareIncubatorSI closed 1 month ago

SoftwareIncubatorSI commented 3 months ago

Used: devtunnel port create --protocol ssh --port-number 22 Tunnel service error: Invalid arguments. SSH user name is required for a port with SSH protocol.

no documentation contains for ssh

derekbekoe commented 1 month ago

Today, the list of supported options for Tunnel port protocol are 'http', 'https', or 'auto' (default). --protocol ssh --port-number 22 is not supported.