CircleCI-Public / circleci-server-windows-image-builder

This is an example of how to build a new Windows VM image to be used with CircleCI Server.
8 stars 21 forks source link

sshd_config to enable SFTP subsystem #15

Closed makotom closed 1 year ago

makotom commented 1 year ago

Recent build-agent (picard containers on Nomad clients) has OpenSSH >= 9.0, with which scp command is no longer based on SCP, and is on SFTP instead. This PR follows that move and enables SFTP subsystem on ephemeral machines for Windows builds by default.

makotom commented 1 year ago

@ryanwohara Thanks for your review! If possible - could you merge it on behalf of me...?

ryanwohara commented 1 year ago

Can't merge this for a few reasons: image

I will file a copy of this PR and merge that one instead 👍

Thank you sooo much for this 🙏

ryanwohara commented 1 year ago

Merged in the other PR