Open
Description
The use of remote desktop client is inconsistent across all of the Windows builders in the infrastructure.
- If possible, ensure all versions of the Windows builders have RDP enabled.Add RDP capability to the GRPC gomote command. This should be enabled by tunneling RDP through SSH. The coordinator SSH server should be modified to enable tunneling.
@golang/release
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
cagedmantis commentedon Dec 9, 2022
A possible implementation would be to enable port forwarding on the coordinator's SSH server. An SSH connection could be established with the target gomote instance and then forward the RDP traffic to it.
gopherbot commentedon Dec 9, 2022
Change https://go.dev/cl/456044 mentions this issue:
cmd/gomote: remove legacy gomote functions
cmd/gomote: remove legacy gomote functions