Projects Browser
SHH settings
Projects listing page

This project is not covered by Drupal’s security advisory policy.

Replaced by: 

Download Projects from drupal.org using composer with SSH

Why we are using SSH?

SSH for operating network services securely over an unsecured network. Typical applications include remote command-line, login, and remote command execution, but any network service can be secured with SSH.

SSH Server Installation on Localhost:
$ sudo apt-get install openssh-server

Install net-tools to find IP Address:
$ sudo apt-get install net-tools

Check your Local IP:
$ ifconfig

Configure your SSH credentials in the configuration page:
/admin/config/projects-browser/settings

  1. SSH hostname is your local IP Address or localhost.
  2. SSH username is your OS login username.
  3. SSH password is your OS user password.
  4. Generally SSH Port is 22. Some server is using separate port for using ssh.

    Ex. A2hosting servers using SSH port is 7822

Once confirm your site is using composer. .

Project information

Releases