-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build/gomoteserver: enable SSH server #63991
Comments
Change https://go.dev/cl/541377 mentions this issue: |
Change https://go.dev/cl/541438 mentions this issue: |
Change https://go.dev/cl/541381 mentions this issue: |
The host keys should remain static for usability purposes. This change prevents the user from having to delete a known host entry each time the server is restarted. For golang/go#63991 Change-Id: I408c2c89fd0f2b8603a8a91a8c2946d07584c7d7 Reviewed-on: https://go-review.googlesource.com/c/build/+/541377 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change adds a LUCI specific SHH connection handler. It enables communication with buildlets running in swarming tasks. For golang/go#63991 Change-Id: Id38c6e672abd4f6952b1f4c52da55d8caa58cede Reviewed-on: https://go-review.googlesource.com/c/build/+/541438 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://go.dev/cl/542255 mentions this issue: |
This change makes sure the client does not cd into the go source directory since it is not guaranteed to exist. For golang/go#63991 Change-Id: I31c59b437eee616ff57efc5233a8206856697375 Reviewed-on: https://go-review.googlesource.com/c/build/+/542255 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org>
Change https://go.dev/cl/543096 mentions this issue: |
This change adds a SSH server implementation for the buildlet when running on Windows. For golang/go#63991 Change-Id: I782ad73a219a42b770e0e96c5b8f1a9eeb4aa98f Reviewed-on: https://go-review.googlesource.com/c/build/+/543096 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Experiment with running an in-process SSH server instead of using a system installed sshd.
The text was updated successfully, but these errors were encountered: