Anche le chiavi devo passare? Sono già incasinato
Cmq la passhprase per ssh mi viene chiesta dopo aver dato il comando composer update.
Ad ogni modo ecco qua:

codice:
+ cat composer.json
{
    "require": {
        "test/test": "*"
    },
    "config": {
        "secure-http": false
    },
    "repositories": {
        "test/test": {
            "type": "vcs",
            "url": "ssh://192.168.1.120/volume1/git/test"
        }
    }
}
+ composer update
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Updating dependencies (including require-dev)         
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package test/test could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Cosa c'è che non funziona?
Cosa bisogna indagare?
Ma tu il nas c'è l'hai per provare?