summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_ignores_GIT__95__SSH__63__.mdwn
blob: c0e63487261bcd11c96c53c86c8c1d8f41dc77f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### Please describe the problem.
I'm attempting to set up an ssh remote on windows. I've configured a key pair for it and set GIT_SSH to use plink. git fetch works correctly, but git annex info shows this:

[[!format sh """
C:\Users\db48x\annex>git annex info
repository mode: direct
trusted repositories: "ssh": argonath: no address associated with name

  Remote argonath does not have git-annex installed; setting annex-ignore
"""]]

etc. Apparently it's trying to use the included ssh binary instead of my GIT_SSH setting.

### What version of git-annex are you using? On what operating system?

    git-annex version: 5.20140529-gb71f9bf
    build flags: Assistant Pairing Testsuite S3 DNS Feeds Quvi TDFA CryptoHash
    key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
    remote types: git gcrypt S3 bup directory rsync web tahoe glacier ddar hook external
    local repository version: 5
    supported repository version: 5
    upgrade supported from repository versions: 2 3 4

> [[dup|done]] of [[todo/git-annex_ignores_GIT__95__SSH]] --[[Joey]]