From 7f381aa15da226cc04aa0ec9840556af6e0bfe75 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ" Date: Sat, 1 Feb 2014 06:28:41 +0000 Subject: [PATCH] Added a comment: ssh-askpass workaround does work --- ..._91a961cfa5dd4d6f0e4abfbbcfb81e92._comment | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment diff --git a/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment b/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment new file mode 100644 index 0000000000..7ab46c3bb7 --- /dev/null +++ b/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ" + nickname="Andreas" + subject="ssh-askpass workaround does work" + date="2014-02-01T06:28:41Z" + content=""" +I've just gotten my rsync.net account unwedged, and can confirm that the ssh-askpass hack does work. After what seemed like git-annex successfully uploading an ssh keypair to the rsync.net remote, I removed the ssh-askpass stub script and rolled my rsync.net password. Now, I'm getting these log entries: + +``` +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407 +rsync: connection unexpectedly closed (0 bytes received so far) [sender] +rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9] +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +Permission denied, please try again. +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407 +rsync: connection unexpectedly closed (0 bytes received so far) [sender] +rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9] +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +Permission denied, please try again. +ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory +Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407 +rsync: connection unexpectedly closed (0 bytes received so far) [sender] +rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9] +``` + +Looks like git-annex asks for the password for some reason? I'm not sure what's going on here, please advise. +"""]]