Skip to content

Need to use octal to get the correct permissions #54

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

Merged
merged 1 commit into from
Jan 3, 2019

Conversation

kddubb
Copy link
Contributor

@kddubb kddubb commented Dec 19, 2018

& with the int 777 rather than the oct 0o777 changes the perms on the remote file to be wrong. For me it set everything to 400 rather than 644.

& with the int 777 rather than the octal 0o777 changes the perms on the remote file to be wrong.  For me it set everything to 400 rather than 644.
@kddubb
Copy link
Contributor Author

kddubb commented Dec 21, 2018

Looked at the failures and it seems to be an auth issue in the build job (at least from what I could see on the surface). Don't think updating an example could cause many actual issues. I'm happy to help how I can though

@pkittenis
Copy link
Member

Hi there,

Thanks for the interest and PR! Yes, good spot, had actually fixed same issue in parallel-ssh.

The failures are from the docker scripts trying to push to the docker repo, which PR branches do not have access to. I'll raise a separate issue to resolve that for future PRs.

Looks good, thanks.

@pkittenis pkittenis merged commit 3991bb3 into ParallelSSH:master Jan 3, 2019
Red-M pushed a commit to Red-M/ssh2-python that referenced this pull request Jun 27, 2020
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

Successfully merging this pull request may close these issues.

2 participants