From c5d09655daf6400f42fa0e9eb07b747e2216cb64 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 8 Mar 2013 03:05:51 +0000 Subject: [PATCH 1/2] --- ...sks_for_ssh_key_password_for_each_file.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn diff --git a/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn new file mode 100644 index 0000000000..5b30859762 --- /dev/null +++ b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn @@ -0,0 +1,18 @@ +What steps will reproduce the problem? +Add an encrypted rsync remote by it's 'Host' value in ~/.ssh/config. +eg.: +cat ~/.ssh/config | grep Host + Host serverNick +git annex initremote rsyncRemote type=rsync rsyncurl=serverNick:/home/USER/Music encryption=USER@gmail.com +git annex copy some\ artist --to serverNick + + +What is the expected output? What do you see instead? +I'd expect it to remember the key password like a normal ssh remote. Instead I get asked for the key password 3 times for each file in the folder. + +What version of git-annex are you using? On what operating system? +3.20130216. Arch x64 (up to date as of 2013-03-07) + +Please provide any additional information below. + + From dd4d15683a49b4804fea4b0df19175ee9de8c9e1 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 8 Mar 2013 03:06:34 +0000 Subject: [PATCH 2/2] --- ...ed_remote_asks_for_ssh_key_password_for_each_file.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn index 5b30859762..da486c30b9 100644 --- a/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn +++ b/doc/bugs/Rsync_encrypted_remote_asks_for_ssh_key_password_for_each_file.mdwn @@ -1,16 +1,24 @@ What steps will reproduce the problem? + Add an encrypted rsync remote by it's 'Host' value in ~/.ssh/config. + eg.: + cat ~/.ssh/config | grep Host + Host serverNick + git annex initremote rsyncRemote type=rsync rsyncurl=serverNick:/home/USER/Music encryption=USER@gmail.com + git annex copy some\ artist --to serverNick What is the expected output? What do you see instead? + I'd expect it to remember the key password like a normal ssh remote. Instead I get asked for the key password 3 times for each file in the folder. What version of git-annex are you using? On what operating system? + 3.20130216. Arch x64 (up to date as of 2013-03-07) Please provide any additional information below.