diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY <Florian@web> | 2013-04-09 16:35:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-09 16:35:45 +0000 |
commit | e5d0f026ed1127c17d2546159f95d2f773134fb8 (patch) | |
tree | 44d474ee8d1f85fccac86c9a42f452e81a6c78fb | |
parent | 39679637c69afdcf4c47bc5625c178ad46eaaf37 (diff) |
-rw-r--r-- | doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible.mdwn b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible.mdwn index 04d7d1b6e..aba111a26 100644 --- a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible.mdwn +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible.mdwn @@ -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?** -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 |