mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
173b7a2c83
* fix: Start SFTP sessions in user home (working directory) This commit switches to our fork of `pkg/sftp` which includes a Server option for changing the current working directory. Attempt to upstream: https://github.com/pkg/sftp/pull/528 Supercedes and closes #4420 Fixes #3620 * Update fork