git-lfs/auth
Sebastian Schuberth eb855bad0d Expose the result message in case of an SSH authentication error
Not only expose the error message, but also the result message from
calling SSH which contains details about the cause. At the example of
using the wrong SSH key for authentication, with this the console shows

    download check: exit status 255: Permission denied (publickey).

instead of just

    download check: exit status 255

and the log shows

    trace git-lfs: ssh: download with url failed,
    error: exit status 255, message: Permission denied (publickey).

instead of just

    trace git-lfs: ssh: download attempted with url.
    Error: exit status 255
2016-10-20 14:03:46 +02:00
..
auth.go Document that our package structure is not guaranteed to be stable 2016-05-18 11:43:42 +01:00
credentials_test.go auth: enforce config immutability 2016-08-09 10:54:00 -06:00
credentials.go api,auth,errors,httputil,lfs,transfer: wrap errors 2016-08-18 15:02:21 -06:00
ssh_test.go config,etc: rename EnvFetcher, config.Env to OsFetcher, config.Os 2016-08-04 14:41:04 -06:00
ssh.go Expose the result message in case of an SSH authentication error 2016-10-20 14:03:46 +02:00