Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32345, comment 8


Ignore:
Timestamp:
06/12/2015 06:31:44 AM (9 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32345, comment 8

    initial v1  
    11Turns out that the SSH2 transport definately does not work on chroot'd SSH configurations at present.
    22
    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:
     3This 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.`.
     4The following methods require shell access at present:
    45 * pwd() - Needed to locate directory
    56 * chdir() - Not used by the SSH transport (but used by FTP systems)