Commit dbc77850ff62b134d7fe7ab659ca2d3ef24cf556

Carlos Martín Nieto 2014-08-31T16:48:41

transport: distinguish between unknown and unsupported transports Even when built without a SSH support, we know about this transport. It is implemented, but the current code makes us return an error message saying it's not. This is a leftover from the initial implementation of the transports when there were in fact transports we knew about but were not implemented. Instead, let the SSH transport itself say it cannot run, the same as we do for HTTPS.