Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
file system
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
27 Dec 2018 at 09:44 UTC
Updated:
8 Dec 2025 at 12:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cilefen commentedWhat is the use case?
Comment #3
abh.ai commented@cilefen I am using this for the https://www.drupal.org/project/sceditor. This is my module to edit code on browser itself. I use it to quickly edit code on my website if and when required for development. I want to use more secure methods (username/password || publickey). Right now if i take in user credentials as input, there is no way to validate the credentials without a WSOD.
Comment #4
abh.ai commentedPatch for the same :
Comment #5
abh.ai commentedDone.
Comment #6
abh.ai commentedAdded support for creating sftp subsytem.
Comment #7
cilefen commentedComment #9
abh.ai commentedFixed code review issues.
Comment #10
abh.ai commentedComment #11
abh.ai commentedComment #12
abh.ai commentedComment #22
dimitriskr commentedClosing this as #3502974: Deprecate authorize.php, the FileTransfer and Updater systems has deprecated Drupal\Core\FileTransfer\SSH class among others, and will remove it in D12.