-
Notifications
You must be signed in to change notification settings - Fork 239
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
SFTP fails for non-root users on AIX. #371
Comments
@ccombs-trustamerica Mind creating a PR for that issue? |
@saz My fork contains changes to revert to the older stdlib and wouldn't be good to merge. This is the change needed to fix AIX:
|
saz
added a commit
that referenced
this issue
May 23, 2024
@ccombs-trustamerica I've created #383 which should resolve this issue. Can you give it a try? |
saz
added a commit
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On AIX setting sshd_config to 0600 causes non-root users to not be able to use sftp. On AIX the sshd_config file should use 0644.
https://www.ibm.com/support/pages/ibm-aix-regular-users-can-ssh-aix-sftp-fails
The text was updated successfully, but these errors were encountered: