Skip to content
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

Gracefully handle sftp errors #7

Open
bwachter opened this issue Feb 19, 2024 · 0 comments
Open

Gracefully handle sftp errors #7

bwachter opened this issue Feb 19, 2024 · 0 comments

Comments

@bwachter
Copy link
Member

Newer versions of scp internally default to using sftp, which fails if the server does not properly support sftp.

For unix like machines we usually should deploy sshd with sftp correctly configured - but Windows seems to have problems, even though it claims to support sftp.

As a workaround playbooks to hosts failing with scp upload errors can be made to work by adding --scp-extra-args="-O" to the command line, but ideally we should find a fix where things just work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant