-
Notifications
You must be signed in to change notification settings - Fork 779
How to set shared directory and permissions for user? #539
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
Comments
This is what I could find: cacls WinJail |
I ended up ditching Windows and going with Ubuntu, these are the steps I followed: |
CHROOT is a UNIX feature that's not supported in Windows. |
@manojampalam and how to change disk to D in sftp browser? |
@mrPsycho use "cd d:" |
@bagajjal thanks, captain. |
@bagajjal thanks a lot! |
@bagajjal: ETA for next release? |
Fix involves changes to dirent.c. Ensure changes in PowerShell/openssh-portable#47 are also incorporated if needed. |
Thud. |
With FileZilla I had a GUI to perform these actions:
https://wiki.filezilla-project.org/wiki/images/f/f5/FZS_aliases.png
Im totally new to OpenSSH, I have SFTP setup on a windows server, I can log in with my windows account,
I set up another windows account using:
but when connecting in that user has access to everything.
Modifying sshd_config file
and replacing none with a path and removing # seemed to change the default starting directory when logging in, but I could still poke around all over the system
Questions:
How do I restrict a user to only have access to a certain directory?
How do I set a users read/write permissions?
References:
#190
#140
#381
#478
#3
The text was updated successfully, but these errors were encountered: