Changes between Initial Version and Version 1 of Ticket #32345, comment 8
- Timestamp:
- 06/12/2015 06:31:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32345, comment 8
initial v1 1 1 Turns out that the SSH2 transport definately does not work on chroot'd SSH configurations at present. 2 2 3 This is because it relies on the ability to run shell commands (`This service allows sftp connections only.`). The following methods require shell access at present: 3 This is because it relies on the ability to run shell commands, however that's not possible in a chrooted/sftp-only environment - `This service allows sftp connections only.`. 4 The following methods require shell access at present: 4 5 * pwd() - Needed to locate directory 5 6 * chdir() - Not used by the SSH transport (but used by FTP systems)