- Notifications
You must be signed in to change notification settings - Fork928
fix: Start SFTP sessions in user home (working directory)#4549
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This commit switches to our fork of `pkg/sftp` which includes a Serveroption for changing the current working directory.Attempt to upstream:pkg/sftp#528Supercedes andcloses#4420Fixes#3620
adfa45e
to974c707
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The fork should be moved to thecoder
org so other engineers can contribute to it if necessary.
Hoping the fork will be short-lived. But I can do that if it isn’t merged in the coming days 👍 |
Merging this to fix a user issue!@mafredri if there's something you need to add still, lets just do it in another PR. |
This commit switches to our fork of
pkg/sftp
which includes a Serveroption for changing the current working directory.
Attempt to upstream:pkg/sftp#528
Supercedes andcloses#4420
Fixes#3620