Adding SSH #230

Closed
opened 2018-02-15 00:41:43 +00:00 by Llewellyn · 3 comments
Owner

I have been working on a feature to add ssh to JCB so we can not only FTP files from the developing environment to other locations, but also via SSH move our zipped files around.

So FTP is now being changed to SERVER, and we are adding a protocol type to the view with ssh as a new option.

IF any of you have knowledge on the subject, then please join me on the implementation of this new feature.

I have been working on a feature to add ssh to JCB so we can not only FTP files from the developing environment to other locations, but also via SSH move our zipped files around. So FTP is now being changed to SERVER, and we are adding a protocol type to the view with ssh as a new option. IF any of you have knowledge on the subject, then please join me on the implementation of this new feature.
Author
Owner

I am planning to make use of the phpseclib to achieve the most secure, easy way to do this.

If any of you have a better idea please speak up. Reality is making composer part of JCB would add new and great possibilities.

I am planning to make use of the [phpseclib](https://github.com/phpseclib/phpseclib) to achieve the most secure, easy way to do this. If any of you have a better idea please speak up. Reality is making composer part of JCB would add new and great possibilities.
ro-ot commented 2018-02-17 10:37:02 +00:00 (Migrated from github.com)
Author
Owner

I think that phpseclib is the best choice, since it is a pure PHP library.

I would think that you should not include the Composer json and lock file, as this is a limitation for those of use who may want to add other libraries. During update/upgrade of JCB you will mess with our install, by over writing our json and lock file.

I think that phpseclib is the best choice, since it is a pure PHP library. I would think that you should not include the Composer json and lock file, as this is a limitation for those of use who may want to add other libraries. During update/upgrade of JCB you will mess with our install, by over writing our json and lock file.
Author
Owner

I was wonder over this, I will take it out. But you will have to have the phpseclib as part of your initializer file.

I am working on the implementation of the ssh into JCB as we speak.

I was wonder over this, I will take it out. But you will have to have the phpseclib as part of your initializer file. I am working on the implementation of the ssh into JCB as we speak.
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#230
No description provided.