From 6b9b452797c63a6ffb4facffaa7eb3f9097446b6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE" Date: Wed, 29 May 2013 09:19:56 +0000 Subject: [PATCH] --- doc/forum/ssh_password.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/ssh_password.mdwn diff --git a/doc/forum/ssh_password.mdwn b/doc/forum/ssh_password.mdwn new file mode 100644 index 0000000000..855e5992f6 --- /dev/null +++ b/doc/forum/ssh_password.mdwn @@ -0,0 +1,3 @@ +Currently I have my netbook running git annex and a raspberry pi as a remote storage set up as a git repository. I currently have it set up so that from the terminal i can just do 'ssh pi@mypi -p XXX -C' and it has the password saved. Currently I'm having a problem that any time I add a file to my annex folder on my netbook I have to reenter my password for ssh-askpass for it to upload the file. Once that file is uploaded, it looks to me like it closes the connection and then reopens it and asks for my password again. + +I'm looking in ~/.ssh/ and I'm sure that something there needs to be edited or copied, I'm not really sure what though. Any suggestions?