summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE <Efraim@web>2013-05-29 09:19:56 +0000
committerGravatar admin <admin@branchable.com>2013-05-29 09:19:56 +0000
commitb64638db827bfae6e51584eae539ac1cfdd69899 (patch)
treef0cf9471dbcaaf9b257fcea3bb085b23d2a754fe
parent715a04d8b656f1ac107ef67613a3e2a431f454d2 (diff)
-rw-r--r--doc/forum/ssh_password.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/ssh_password.mdwn b/doc/forum/ssh_password.mdwn
new file mode 100644
index 000000000..855e5992f
--- /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?