golang/go

x/build/cmd/coordinator, x/build/cmd/gomoteserver: ssh proxy should support scp

Open

#21,140 opened on Jul 24, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
BuildersFeatureRequesthelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

As of https://golang.org/cl/50750 the build coordinator has an ssh server to proxy to buildlets. (That was bug #19956)

But there's no scp support yet.

This is a tracking bug to figure that out.

Contributor guide