This commit is contained in:
parent
b4f43dab7c
commit
902ccd990c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ I don't want to allow full passwordless access to my server from this computer.
|
||||||
|
|
||||||
**What is the expected output? What do you see instead?**
|
**What is the expected output? What do you see instead?**
|
||||||
|
|
||||||
I was able to fix the problem by moving the keyfiles on my computer at work to a subdirectory. After that I added the following line to the [remote] block in .git/config :
|
It should be possible to use this private key with git-annex exclusively. Maybe a line like this in the [remote] block in .git/config would solve the problem:
|
||||||
|
|
||||||
IdentityFile = /home/user/.ssh/annex/id_rsa_annex
|
IdentityFile = /home/user/.ssh/annex/id_rsa_annex
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue